forked from KolibriOS/kolibrios
Bugfix in PAWS algorithm for TCP.
git-svn-id: svn://kolibrios.org@4344 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1562,10 +1562,10 @@ SOCKET_ring_write:
|
||||
pop ecx
|
||||
|
||||
; unlock mutex
|
||||
push eax ecx
|
||||
pusha
|
||||
lea ecx, [eax + RING_BUFFER.mutex]
|
||||
call mutex_unlock ; TODO: check what registers this function actually destroys
|
||||
pop ecx eax
|
||||
popa
|
||||
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user