As reported by L.C., if you use tcpListen() to set up a listen queue, incoming connections never waken tcpAccept() because only the child TCB's connectSem is posted while tcpAccept() waits on the parent's. Will need to identify this, probably in setState(), and redirect the post to the parent. -- Guy
Logged In: YES
user_id=839493
I'm new to the sourcecode, whether the bug has been
corrected in version 1.0.3 or not?