ktls / af_ktls

Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
159 stars 25 forks source link

Kcmktls #91

Closed djwatson closed 8 years ago

djwatson commented 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.

djwatson commented 8 years ago

depends on #90

fridex commented 8 years ago

Thank you! Merging...