15 ::ll::TypedStorage<8, 32, ::std::string> mSendBuffer;
16 ::ll::TypedStorage<8, 32, ::std::string> mReceiveBuffer;
17 ::ll::TypedStorage<1, 1, bool> mCompressionEnabled;
18 ::ll::TypedStorage<1, 1, bool> mHybridCompressionEnabled;
20 ::ll::TypedStorage<8, 8, uint64> mMaxDecompressedSize;
22 ::ll::TypedStorage<4, 20, ::NetworkSettingOptions> mNetworkSettings;
30 virtual void sendPacket(
31 ::std::string
const& data,
32 ::NetworkPeer::Reliability reliability,
33 ::Compressibility compressible
36 virtual ::NetworkPeer::NetworkStatus getNetworkStatus()
const ;
38 virtual ::NetworkPeer::DataStatus _receivePacket(
39 ::std::string& outData,
40 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr
48 $sendPacket(::std::string
const& data, ::NetworkPeer::Reliability reliability, ::Compressibility compressible);
53 ::std::string& outData,
54 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr