tcp: Don't check PRUS_OOB again in tcp_usr_send
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 8 Dec 2011 05:38:37 +0000 (13:38 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 8 Dec 2011 05:41:39 +0000 (13:41 +0800)
commit8b0272b97de4fe9a1460bf12740a14d9692b9a37
treed59ba93627113d45f4e4d5797f58c52831dac532
parent471bd2903fec832418cd0a632d1e3eff272338c9
tcp: Don't check PRUS_OOB again in tcp_usr_send

- It is not necessary; it was checked in sosendtcp
- It does not work w/ asynchronized pru_send

Reminded-by: dillon@
sys/netinet/tcp_usrreq.c