Go to the documentation of this file.
49 #ifndef __DEV_NET_TCP_IFACE_HH__
50 #define __DEV_NET_TCP_IFACE_HH__
105 sendTCP(
int sock,
const void *buf,
unsigned length);
114 bool recvTCP(
int sock,
void *buf,
unsigned length);
148 TCPIface(std::string server_name,
unsigned server_port,
149 unsigned dist_rank,
unsigned dist_size,
151 bool use_pseudo_op,
bool is_switch,
int num_nodes);
158 #endif // __DEV_NET_TCP_IFACE_HH__
int sock
The stream socket to connect to the server.
void sendPacket(const Header &header, const EthPacketPtr &packet) override
Send out a data packet to the remote end.
void recvPacket(const Header &header, EthPacketPtr &packet) override
Receive a packet from the remote end.
DistHeaderPkt::Header Header
TCPIface(std::string server_name, unsigned server_port, unsigned dist_rank, unsigned dist_size, Tick sync_start, Tick sync_repeat, EventManager *em, bool use_pseudo_op, bool is_switch, int num_nodes)
The ctor creates and connects the stream socket to the server.
void sendTCP(int sock, const void *buf, unsigned length)
Send out a message through a TCP stream socket.
bool recvTCP(int sock, void *buf, unsigned length)
Receive the next incoming message through a TCP stream socket.
bool anyislistening() const
std::shared_ptr< EthPacketData > EthPacketPtr
uint64_t Tick
Tick count type.
static std::vector< int > sockRegistry
Storage for all opened sockets.
void sendCmd(const Header &header) override
Send out a control command to the remote end.
Compute node info and storage for the very first connection from each node (used by the switch)
The interface class to talk to peer gem5 processes.
static std::vector< std::pair< NodeInfo, int > > nodes
bool recvHeader(Header &header) override
Receive a header (i.e.
void establishConnection()
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void initTransport() override
Init hook for the underlaying transport.
Generated on Wed Jul 28 2021 12:10:26 for gem5 by doxygen 1.8.17