Subversion Repositories Kolibri OS

Rev

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

Rev 5537 Rev 5732
Line 25... Line 25...
25
 
25
 
26
; user options
26
; user options
27
FLAG_KEEPALIVE          = 1 shl 8
27
FLAG_KEEPALIVE          = 1 shl 8
28
FLAG_STREAM             = 1 shl 9
28
FLAG_STREAM             = 1 shl 9
-
 
29
FLAG_REUSE_BUFFER       = 1 shl 10
Line 29... Line 30...
29
FLAG_REUSE_BUFFER       = 1 shl 10
30
FLAG_BLOCK              = 1 shl 11
30
 
31
 
31
; error
32
; error
32
FLAG_INVALID_HEADER     = 1 shl 16
33
FLAG_INVALID_HEADER     = 1 shl 16