Update of /cvsroot/gcblue/gcb_wx/include/network
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15466/include/network
Modified Files:
tcNetworkInterface.h
Log Message:
Index: tcNetworkInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/network/tcNetworkInterface.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tcNetworkInterface.h 24 Oct 2006 01:33:58 -0000 1.15
--- tcNetworkInterface.h 29 Nov 2006 02:51:43 -0000 1.16
***************
*** 53,58 ****
UDP = 2,
UDP_ACK = 3,
! TCPIP_PORT = 3000,
! UDP_PORT = 3011,
MESSAGE_BUFFER_SIZE = 128,
UDP_EVENT_ID = -123,
--- 53,58 ----
UDP = 2,
UDP_ACK = 3,
! TCPIP_PORT = 3000, //6320,
! UDP_PORT = 3011, //6331,
MESSAGE_BUFFER_SIZE = 128,
UDP_EVENT_ID = -123,
|