Socket_TCP_Listen

from panda3d.net import Socket_TCP_Listen
class Socket_TCP_Listen

Bases: Socket_IP

Base functionality for a TCP rendezvous socket

Inheritance diagram

Inheritance diagram of Socket_TCP_Listen

GetIncomingConnection()

C++ Interface: GetIncomingConnection(const Socket_TCP_Listen self, Socket_TCP newsession, Socket_Address address)

/**
  • This function is used to accept new connections

*/

OpenForListen()

C++ Interface: OpenForListen(const Socket_TCP_Listen self, const Socket_Address address, int backlog_size) OpenForListen(const Socket_TCP_Listen self, int port, int backlog_size)

/**
  • This function will initialize a listening Socket

*/

/**
  • This function will initialize a listening Socket

*/

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()