hello, i want to develop a application layer protocol to send particular data (a file and some other text). how can i start with this.
my program can read(), write() with socket. i want to know how can i implement reliabiltiy and other constraints i have to look at. for example i can send the file to the other end with write() and read() from there. but is that all? can some packets get lost(using TCP sockets) and is there a limit to the bytes in read() , write() once. thanks indika To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
