Socket_TCP_Listen¶
-
class
Socket_TCP_Listen
¶ Bases:
Socket_IP
Base functionality for a TCP rendezvous socket
Inheritance diagram
-
bool
GetIncomingConnection
(Socket_TCP &newsession, Socket_Address &address)¶ This function is used to accept new connections
-
bool
OpenForListen
(unsigned short int port, int backlog_size = 1024)¶
-
bool
OpenForListen
(Socket_Address const &address, int backlog_size = 1024)¶ This function will initialize a listening Socket
-
Socket_TCP_Listen
(void)¶
-
static TypeHandle
get_class_type
(void)¶
-
bool