tcp_input: Partly revert 98cb2337e1000153d84b64a5e9aabbecda8e8dbf
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 11 Apr 2012 03:23:39 +0000 (11:23 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 11 Apr 2012 03:28:36 +0000 (11:28 +0800)
commit31ea9b1ec5820f58f17c8c156b84f057208df99d
tree4799e5b5b098f75b79ce16f9ee61655029ee5caa
parente126661b29bb8f40484032c335e43339cf2a8ff0
tcp_input: Partly revert 98cb2337e1000153d84b64a5e9aabbecda8e8dbf

Since all TCP operations are carried in its own netisr thread, the
workaround/comment is no longer needed/applied; change it into
assertion instead.

The "snd_nxt < snd_una" should (hopefully) have been fixed by:
1ff9b7d322dc5a26f7173aa8c38ecb79da80e419
sys/netinet/tcp_input.c