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

Method TTcpProtocol

library/cpp/neh/tcp.cpp:655–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 class TTcpProtocol: public IProtocol {
654 public:
655 inline TTcpProtocol() {
656 InitNetworkSubSystem();
657 }
658
659 IRequesterRef CreateRequester(IOnRequest* cb, const TParsedLocation& loc) override {
660 return new TServer(cb, loc.GetPort());

Callers

nothing calls this directly

Calls 1

InitNetworkSubSystemFunction · 0.85

Tested by

no test coverage detected