[ee122] Token failures; Command line arguments; Server to client data

Vern Paxson vern at icir.org
Tue Sep 25 15:23:55 PDT 2007


> Part B:  OPTIONALLY specify the port on the command line:  http_server <port>
>               DEFAULT to port 80 for the server.

A nit here: on most systems, a process is not allowed to bind to ports < 1024
unless it is privileged, so if there's a default port it should be something
in the ephemeral range, say 7788.

		Vern


More information about the ee122 mailing list