53 UInt_64
GetId()
const;
68 void Send(
bool deltaLocked, UInt_64 encId,
bool ensure, UInt_64 sysId, UInt_64 opId,
const Serializer<UInt_64>& payload);
98 void Poll(
float delta);
102 void RemoveInsurance(UInt_64 msgId, UInt_64 fragment);
108 void Ping(
float delta);
110 void SetLatency(
float newLatency);
112 void SetQueueSlot(UInt_64 slot);
118 bool SortingNeeded()
const;
friend class NetServerCh
Definition NetEnd.h:18
void SetDeltaRate(float newDeltaRate)
Definition NetEnd.cpp:344
UInt_64 GetQueueSlot() const
Definition NetEnd.cpp:234
float GetLastPing() const
Definition NetEnd.cpp:224
Str_8 GetName() const
Definition NetEnd.cpp:131
UInt_64 GetNextSendId() const
Definition NetEnd.cpp:141
float GetDeltaRate() const
Definition NetEnd.cpp:214
void Send(bool deltaLocked, const Str_8 &encName, bool ensure, const Str_8 &sysName, const Str_8 &opName, const Serializer< UInt_64 > &payload)
UInt_64 GetId() const
Definition NetEnd.cpp:126
void SendLatency()
Definition NetEnd.cpp:359
NetEnd & operator=(NetEnd &&end) noexcept
Definition NetEnd.cpp:60
Endpoint GetEndpoint() const
Definition NetEnd.cpp:209
float GetLatency() const
Definition NetEnd.cpp:229
NetStatus GetStatus() const
Definition NetEnd.cpp:136
void Send(bool deltaLocked, UInt_64 encId, bool ensure, UInt_64 sysId, UInt_64 opId, const Serializer< UInt_64 > &payload)
Definition NetEnd.cpp:146
UInt_64 GetNextRecvId() const
Definition NetEnd.cpp:204
float GetTimeout() const
Definition NetEnd.cpp:219
NetEnd()
Definition NetEnd.cpp:9
Definition NetServerCh.h:10
Definition Serializer.h:25
NetStatus
Definition NetUtils.h:8
char Char_8
Definition Types.h:40
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1953