Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2611 → Rev 2612

/kernel/branches/net/network/tcp_output.inc
100,6 → 100,7
@@:
sub esi, ebx
 
 
;------------------------
; check for window shrink (107)
 
106,7 → 107,7
; If FIN has been set, but not ACKed, but we havent been called to retransmit, esi will be -1
; Otherwise, window shrank after we sent into it.
 
jns .not_negative
jae .not_persist
 
; enter persist state
xor esi, esi
126,7 → 127,7
 
; If window didn't close completely, just wait for an ACK
 
.not_negative:
.not_persist:
 
;---------------------------
; Send one segment at a time (124)
291,7 → 292,7
 
.send:
 
DEBUGF 1,"Preparing to send a segment\n"
DEBUGF 1,"Preparing to send a segment socket: %x length: %u flags: %x\n", eax, esi, dl
 
mov edi, sizeof.TCP_header ; edi will contain headersize