SB_NOINTR must be set for the socket to prevent nbssn_recv() from hard
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 8 Dec 2005 20:20:34 +0000 (20:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 8 Dec 2005 20:20:34 +0000 (20:20 +0000)
commit99ae8c4157daab0bf31348a95220bf019f764ad0
tree35e57d8438cc2f1640e9aefe0a018f07c39ac94c
parentfcf5f48c90535c26e0a21e7e38e5d539fac295fc
SB_NOINTR must be set for the socket to prevent nbssn_recv() from hard
looping on EWOULDBLOCK.
sys/netproto/smb/smb_trantcp.c