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