15 #ifndef QUEUEDCONNECTIONMANAGER_H 16 #define QUEUEDCONNECTIONMANAGER_H 18 #include "pandabase.h" 20 #include "connectionManager.h" 21 #include "queuedReturn.h" 45 bool reset_connection_available()
const;
46 bool get_reset_connection(PT(
Connection) &connection);
49 virtual void connection_reset(
const PT(
Connection) &connection,
This flavor of ConnectionManager will queue up all of the reset-connection messages from the Connecti...
The primary interface to the low-level networking layer in this package.
This is the implementation of a family of things that queue up their return values for later retrieva...
Represents a single TCP or UDP socket for input or output.