MCPcopy Create free account
hub / github.com/catboost/catboost / TQueuedRecv

Class TQueuedRecv

library/cpp/netliba/v12/ib_cs.cpp:165–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164 };
165 struct TQueuedRecv {
166 TGUID PacketGuid, ConnectionGuid;
167 TIntrusivePtr<TIBMemBlock> Data;
168
169 TQueuedRecv() {
170 }
171 TQueuedRecv(const TGUID& packetGuid, const TGUID& connectionGuid, TPtrArg<TIBMemBlock> data)
172 : PacketGuid(packetGuid)
173 , ConnectionGuid(connectionGuid)
174 , Data(data)
175 {
176 }
177 };
178 struct TIBPeer: public IIBPeer {
179 TUdpAddress PeerAddress;
180 TIntrusivePtr<TRCQueuePair> QP;

Callers 1

ParsePacketMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected