mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Only increase cwnd when full, fiddled with formulas
This commit is contained in:
@@ -182,6 +182,9 @@ namespace EQ
|
||||
void ProcessPacket(Packet &p);
|
||||
void ProcessInboundQueue();
|
||||
void ProcessOutboundQueue();
|
||||
bool CongestionWindowFull() const;
|
||||
void IncreaseCongestionWindow();
|
||||
void ReduceCongestionWindow();
|
||||
void RemoveFromQueue(int stream, uint16_t seq);
|
||||
void AddToQueue(int stream, uint16_t seq, const Packet &p);
|
||||
void ProcessDecodedPacket(const Packet &p);
|
||||
|
||||
Reference in New Issue
Block a user