Bugfixes for stream transfers, ability to re-use the same buffer over and over.

git-svn-id: svn://kolibrios.org@5537 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2015-03-20 14:00:21 +00:00
parent a3a355b72d
commit b5e53921bc
2 changed files with 24 additions and 8 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ FLAG_CONNECTED = 1 shl 5
; user options
FLAG_KEEPALIVE = 1 shl 8
FLAG_MULTIBUFF = 1 shl 9
FLAG_STREAM = 1 shl 9
FLAG_REUSE_BUFFER = 1 shl 10
; error
FLAG_INVALID_HEADER = 1 shl 16