small network code updates, annotations

git-svn-id: svn://kolibrios.org@7680 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2019-08-25 19:02:34 +00:00
parent 93a672ba27
commit 38fd277557
3 changed files with 10 additions and 9 deletions

View File

@@ -495,9 +495,9 @@ endl
xor ebx, ebx
@@:
cmp ebx, TCP_max_win
cmp ebx, TCP_max_win ;;;; shl rcv_scale
jbe @f
mov ebx, TCP_max_win
mov ebx, TCP_max_win ;;;; shl rcv_scale
@@:
mov ecx, [eax + TCP_SOCKET.RCV_ADV]