Re: rpcrt4: Set the socket back to blocking in rpcrt4_conn_tcp_handoff as the read and write function for the protseq assume that syscalls will block.
Oct. 31, 2006
2:52 p.m.
+ /* reset to non-blocking behaviour */ + fcntl(ret, F_SETFL, 0); Shouldn't that read "reset to blocking behaviour" then? --Juan ____________________________________________________________________________________ We have the perfect Group for you. Check out the handy changes to Yahoo! Groups (http://groups.yahoo.com)
7085
Age (days ago)
7085
Last active (days ago)
0 comments
1 participants
participants (1)
-
Juan Lang