tcp_usrreq.c returns incorrect error codes in some cases.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I agree with this patch
sys/netinet/tcp_usrreq.c | ||
---|---|---|
464 | Minor comment: You can remove the parenthesises: if (inp->inp_flags & INP_TIMEWAIT) { |