Are there any other c timeout functions for use in linux other than the select function for sockets programming.
I cant seem to set the timeout value less than 5 milli seconds or 5000 microseconds.
select(0,NULL,NULL,NULL,&delay_val)
Are there any changes I could make to the operating system to remedy this. I am using red hat linux v7.3.
I cant seem to set the timeout value less than 5 milli seconds or 5000 microseconds.
select(0,NULL,NULL,NULL,&delay_val)
Are there any changes I could make to the operating system to remedy this. I am using red hat linux v7.3.