Go to the documentation of this file.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Represents a single TCP or UDP socket for input or output.
This class accepts datagrams one-at-a-time and sends them over the net, via a TCP connection.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
This class defines the abstract interface to sending datagrams to any target, whether it be into a fi...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class handles threaded delivery of datagrams to various TCP or UDP sockets.
The primary interface to the low-level networking layer in this package.