> > >> - should the socket be permanently non blocking? > > > > > > I've CC:ed Tim Stack[1] & Guilhem Lavaux on that one. > > > > Socket should be blocking by default. It is necessary for the other > syscalls. BTW, you may be interested by the jthread_set_blocking > function (available for both jthreads and pthreads for external usage) > which sets the blocking state of the fd (virtually for jthreads and > natively for pthreads).
Is there a reason we don't just use the SO_RCVTIMEO? > Cheers, > > Guilhem Lavaux. tim _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
