I vaguely remember there was a reason for this socklen_t... maybe the
original FreeBSD changes. Anyway, I'm thinking it should be unsigned
int, actually, to fit the len parameter to sys_setsockopt() and
sys_getsockopt(), no?
Fixed.
I don't mind the naming. Bring up any name you'd like, and if people
agree, I'll change.
Yes. Unfortunately, some code is *very* hairy about that kinda stuff so
I'm trying to avoid it in the first pass (see, for example, netiso).
Great to hear! :)
Thanks,
-e.