14 #ifndef DATAGRAMSINKNET_H 15 #define DATAGRAMSINKNET_H 30 INLINE
void set_target(
Connection *connection);
34 virtual bool put_datagram(
const Datagram &data);
35 virtual bool is_error();
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The primary interface to the low-level networking layer in this package.
This class accepts datagrams one-at-a-time and sends them over the net, via a TCP connection.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class defines the abstract interface to sending datagrams to any target, whether it be into a fi...
This class handles threaded delivery of datagrams to various TCP or UDP sockets.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Represents a single TCP or UDP socket for input or output.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...