[cs631apue] Testing the server

Jan Schaumann jschauma at stevens.edu
Sat Nov 2 17:24:36 EDT 2013


Paul-Anthony Dudzinski <pdudzins at stevens.edu> wrote:
> Thanks for the tip, I was looking for a datagram instead of a stream. I
> have changed my web server to look for a stream socket now. The
> specification for the final does not say whether our server should accept
> tcp or udp connections, am I missing it somewhere?

Think about what the application is for and how the client and server
are communicating.  Then see which protocol works best for this use
case.

Also check if the RFC makes a specific point about the protocol.

-Jan


More information about the cs631apue mailing list