Subversion Repositories Kolibri OS

Rev

Rev 837 | Rev 914 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 871
Line 15... Line 15...
15
;;  v0.6 : Added reset handling in the established state        ;;
15
;;  v0.6 : Added reset handling in the established state        ;;
16
;;         Added a timer per socket to allow delays when        ;;
16
;;         Added a timer per socket to allow delays when        ;;
17
;;         rx window gets below 1KB                             ;;
17
;;         rx window gets below 1KB                             ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 593 $
20
$Revision: 871 $
21
 
21
 
22
 
22
 
Line 1224... Line 1224...
1224
    pop     ebx
1224
    pop     ebx
1225
    call    queue
1225
    call    queue
Line 1226... Line 1226...
1226
 
1226
 
Line -... Line 1227...
-
 
1227
    ; Only delete the socket if we received the FIN
1227
    ; Only delete the socket if we received the FIN
1228
 
1228
 
1229
    mov     edx, [sktAddr]
1229
    mov     bl, [edx + 33]
1230
    mov     bl, [edx + 33]
1230
    and     bl, 0x01
1231
    and     bl, 0x01