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;
19 ::ll::TypedStorage<4, 24, ::NetworkSettingOptions> mNetworkSettings;
29 virtual void sendPacket(
30 ::std::string
const& data,
31 ::NetworkPeer::Reliability reliability,
32 ::Compressibility compressible
36 virtual ::NetworkPeer::DataStatus receivePacket(
37 ::std::string& outData,
38 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr
42 virtual ::NetworkPeer::NetworkStatus getNetworkStatus()
const ;
49 $sendPacket(::std::string
const& data, ::NetworkPeer::Reliability reliability, ::Compressibility compressible);
52 ::std::string& outData,
53 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr