mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
Cedar: various fixes
This commit is contained in:
@ -1160,6 +1160,8 @@ void ConnectionSend(CONNECTION *c, UINT64 now)
|
||||
s->TotalSendSizeReal += b->Size;
|
||||
|
||||
c->CurrentSendQueueSize -= b->Size;
|
||||
|
||||
Free(new_buf);
|
||||
}
|
||||
|
||||
FreeBlock(b);
|
||||
|
Reference in New Issue
Block a user