fcntl()

Vilva Natarajan vilva at csvax.csc.lsu.edu
Mon Nov 5 10:23:15 AEST 1990


I set my socket to non-blocking by doing this

	s = socket(...);

	fcntl(s,F_SETFL,FNDELAY)


Now after sometime I need to bring back my socket to a blocking mode.
How do I do it??

vilva at csvax.csc.lsu.edu



More information about the Comp.unix.questions mailing list