Correct stats for TCP.

git-svn-id: svn://kolibrios.org@3644 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-06-11 11:11:26 +00:00
parent 2b3ee8e109
commit 819a12b8d2
4 changed files with 22 additions and 12 deletions

View File

@@ -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