CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/15 07:08:39
Modified files:
lib/libc/rpc : svc_tcp.c
Log message:
Back out r1.17 and its subsequent conversion to poll. Otherwise
we can get into a svc_getreq_poll() -> readtcp() -> svc_getreq_poll()
loop until we run out of stack. If we want to avoid blocking on
the new fd in readtcp() we need to poll() in svc_getreq_poll(),
which will require a more elaborate change. OK tedu@
