[C] socket programming i'm stuck with that - Programming On Unix
Users browsing this thread: 1 Guest(s)
|
|||
here is my applications...
header: http://pub.iotek.org/p/AOrQrma server app: http://pub.iotek.org/p/D2OUQ7o client app: http://pub.iotek.org/p/z4uA4aL the purpose is little file upload protocol that supports multiple files... its like http... first computers negotiate with unix epoch time (for files' sake) then sends name/path of file... server recieves file then waits for next put header until no header left... then closes connection and exits from child... server is getting stuck after forking... client is working correctly, i tested with netcat... Code: Slax 7.0.8 (32-bits + PAE) |
|||
Messages In This Thread |
[C] socket programming i'm stuck with that - by pvtmert - 17-09-2014, 07:28 AM
RE: [C] socket programming i'm stuck with that - by z3bra - 17-09-2014, 08:12 AM
RE: [C] socket programming i'm stuck with that - by xero - 17-09-2014, 10:28 AM
RE: [C] socket programming i'm stuck with that - by z3bra - 17-09-2014, 12:38 PM
RE: [C] socket programming i'm stuck with that - by pvtmert - 20-09-2014, 08:03 AM
|