TCP-group 1992
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Horrible, nasty netrom bug found
- To: tcp-group@ucsd.edu
- Subject: Horrible, nasty netrom bug found
- From: Dave.Perry@Software.Mitel.COM (Dave Perry)
- Date: Wed, 22 Jan 1992 22:59:22 -0500
After looking into it a bit more, a somewhat better fix to this bug
would be: In socket.c, in s_ntcall(), change the second argument of
psignal from 1 to 0. There is more than one process waiting on the
event, and only one of them was getting woken up.
Dave