MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / SendBufferSize

Function SendBufferSize

src/net.cpp:2096–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2094
2095unsigned int ReceiveFloodSize() { return 1000*GetArg("-maxreceivebuffer", 5*1000); }
2096unsigned int SendBufferSize() { return 1000*GetArg("-maxsendbuffer", 1*1000); }
2097
2098CNode::CNode(SOCKET hSocketIn, CAddress addrIn, std::string addrNameIn, bool fInboundIn) :
2099 ssSend(SER_NETWORK, INIT_PROTO_VERSION),

Callers 5

ProcessGetDataFunction · 0.85
ProcessGetUTXOsFunction · 0.85
ProcessMessageFunction · 0.85
ProcessMessagesFunction · 0.85
BOOST_FOREACHFunction · 0.85

Calls 1

GetArgFunction · 0.85

Tested by

no test coverage detected