Subversion Repositories Kolibri OS

Rev

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

Rev 4541 Rev 4986
Line 39... Line 39...
39
In header_length you'll find the length of the header as soon as it has been received.
39
In header_length you'll find the length of the header as soon as it has been received.
40
In content_ptr you'll find a pointer to the actual content.
40
In content_ptr you'll find a pointer to the actual content.
41
In content_length you'll find the length of the content. 
41
In content_length you'll find the length of the content. 
42
In content_received, you'll find the number of content bytes already received.
42
In content_received, you'll find the number of content bytes already received.
43
43
 
44
44
All procedures are non blocking!
-
 
45
-
 
46
45
47