Closed djwatson closed 8 years ago
Need to implement 'read_sock' and 'peek_len', everything else should just work.
peek_len explictly tracks unread bytes.
read_sock is very similar to tcp_read_sock, but doesn't need to deal with acks.
depends on #90
Thank you! Merging...
Need to implement 'read_sock' and 'peek_len', everything else should just work.
peek_len explictly tracks unread bytes.
read_sock is very similar to tcp_read_sock, but doesn't need to deal with acks.