Home
last modified time | relevance | path

Searched defs:maxSendSize (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/src/
H A DNetwork.cpp627 const size_t maxSendSize = (transport == SocketOverTCP ? cMaxTCPSendSize : cMaxUDPSendSize); in OpenListenSocket() local
708 const size_t maxSendSize = (transport == SocketOverTCP) ? cMaxTCPSendSize : cMaxUDPSendSize; in ConnectSocket() local
H A DUDPMessageConnection.cpp370 const size_t maxSendSize = socket->MaxSendSize(); in SendOutPacket() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/include/kNet/
H A DSocket.h332 size_t maxSendSize; variable
/dports/comms/birda/birda-1.3/src/
H A Dobexclt.c54 int maxSendSize; member
H A Dobexsrv.c64 int maxSendSize; member
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DMC_MR.cpp520 const Int maxSendSize = in CopyFromDifferentGrid() local
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper.c2792 int maxSendSize; local