#include <local-socket-fd.h>
Public Attributes | |
uint8_t * | data |
size_t | readOffset |
size_t | size |
Definition at line 104 of file local-socket-fd.h.
uint8_t* ns3::LocalSocketFd::Buffer::data |
Definition at line 106 of file local-socket-fd.h.
Referenced by ns3::LocalSocketFd::ClearReadBuffer(), ns3::LocalSocketFd::DoRecvPacket(), and ns3::LocalSocketFd::ReadData().
size_t ns3::LocalSocketFd::Buffer::readOffset |
Definition at line 108 of file local-socket-fd.h.
Referenced by ns3::LocalSocketFd::ClearReadBuffer(), ns3::LocalSocketFd::DoRecvPacket(), and ns3::LocalSocketFd::ReadData().
size_t ns3::LocalSocketFd::Buffer::size |
Definition at line 107 of file local-socket-fd.h.
Referenced by ns3::LocalSocketFd::ClearReadBuffer(), ns3::LocalSocketFd::DoRecvPacket(), and ns3::LocalSocketFd::ReadData().