diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-08-16 21:21:33 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-08-16 21:21:33 +0200 |
commit | 8f44e2151cb3f91b220c4a3393a06068d0ee7302 (patch) | |
tree | 8320c304887ac9b0d922bc27b51330c084f34ee0 /code/core/TODO | |
parent | 38e2385f5846860916f8880d818b3b024b8c7dd9 (diff) |
fixed rbuf; fixed error code for pthread_mitex_init
Diffstat (limited to 'code/core/TODO')
-rw-r--r-- | code/core/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/code/core/TODO b/code/core/TODO index 0ee7499..b1e7d12 100644 --- a/code/core/TODO +++ b/code/core/TODO @@ -6,4 +6,8 @@ rbuf: - implement _wait variants of open / send -- consider adding one buffer for all msgs (frag. issue)
\ No newline at end of file +- consider adding one buffer for all msgs (frag. issue) + +should implement: +- send flush (seq) +- sending ack with congestion control |