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

Method IsSendMMsgSupported

library/cpp/netliba/socket/socket.cpp:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 }
342
343 bool TAbstractSocket::IsSendMMsgSupported() const {
344 return SendMMsgFunc != nullptr;
345 }
346
347 int TAbstractSocket::SendMMsg(TMMsgHdr* msgvec, unsigned int vlen, unsigned int flags) {
348 Y_ASSERT(IsValid());

Callers 1

FlushPacketsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected