ktls / af_ktls

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

use strparser #76

Closed djwatson closed 8 years ago

djwatson commented 8 years ago

Use net/strparser now that it has landed in net-next.

The only tricky part was getting 'pause' correct - currently strparser doesn't have any way to not pull messages off the queue, so just store the single extra message in a new queue.

fridex commented 8 years ago

Merged in https://github.com/ktls/af_ktls/pull/77