[Plib-cvs] plib/examples/src/net/client_server README,1.1,1.2
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-22 19:55:13
|
Update of /cvsroot/plib/plib/examples/src/net/client_server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5846/plib/examples/src/net/client_server Modified Files: README Log Message: Fixed some odd network library issues. Index: README =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/client_server/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 21 Mar 2004 17:12:59 -0000 1.1 +++ README 22 Mar 2004 19:44:50 -0000 1.2 @@ -19,5 +19,7 @@ The default for the client is to use port 5501 on 'localhost'. The default to the server is to listen on port 5501 and to allow anyone -to send to it. +to send to it. The name "<broadcast>" refers to the broadcast address. +(To enter it on the command line, you'll need to escape the < and > +symbols like this: \<broadcast\> ) |