ktls / af_ktls

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

replace E2BIG with EMSGSIZE #64

Closed nmav closed 8 years ago

nmav commented 8 years ago

E2BIG is "Argument list too long" while EMSGSIZE is "Message too long" which is more applicable to the errors signaled by this module. Moreover, EMSGSIZE is the documented errno by send(2).

fridex commented 8 years ago

LGTM