forked from KolibriOS/kolibrios
Correct stats for TCP.
git-svn-id: svn://kolibrios.org@3644 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -549,7 +549,8 @@ TCP_send:
|
||||
pop ecx
|
||||
pop eax
|
||||
|
||||
inc [TCP_segments_tx] ; FIXME: correct interface?
|
||||
call NET_ptr_to_num4
|
||||
inc [TCP_segments_tx + edi]
|
||||
|
||||
; update advertised receive window
|
||||
test ecx, ecx
|
||||
|
Reference in New Issue
Block a user