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

Class TQueuedRecv

library/cpp/netliba/v6/ib_cs.cpp:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159 };
160 struct TQueuedRecv {
161 TGUID PacketGuid;
162 TIntrusivePtr<TIBMemBlock> Data;
163
164 TQueuedRecv() = default;
165 TQueuedRecv(const TGUID& packetGuid, TPtrArg<TIBMemBlock> data)
166 : PacketGuid(packetGuid)
167 , Data(data)
168 {
169 }
170 };
171 struct TIBPeer: public IIBPeer {
172 TUdpAddress PeerAddress;
173 TIntrusivePtr<TRCQueuePair> QP;

Callers 1

ParsePacketMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected