net-receive and wait-string
Posted: Tue Oct 06, 2009 7:05 pm
Does net-receive block while waiting on wait-string if:
1) it is not found before int-max-bytes are read
2) it is not found in the bytes immediately available from the remote socket
If it does block for situation 2, is there any way to evade that behavior while still using the built-in buffer?
1) it is not found before int-max-bytes are read
2) it is not found in the bytes immediately available from the remote socket
If it does block for situation 2, is there any way to evade that behavior while still using the built-in buffer?