Construct a TCP socket with no connection
Definition at line 240 of file PracticalSocket.cpp.
00241 : CommunicatingSocket(SOCK_STREAM, 00242 IPPROTO_TCP) { 00243 }