#include "pandabase.h"
#include "netDatagram.h"
#include "datagramIterator.h"
#include <prtypes.h>
#include "datagramTCPHeader.I"
Go to the source code of this file.
Compounds | |
class | DatagramTCPHeader |
A class that encapsulates the extra bytes that are sent in front of each datagram to identify it when it is sent on TCP. More... | |
Variables | |
const int | datagram_tcp_header_size = sizeof(PRUint16) |
Definition in file datagramTCPHeader.h.
|
Definition at line 33 of file datagramTCPHeader.h. |