in reply to Re: A non-blocking server using 'select' calls
in thread A non-blocking server using 'select' calls
As you and tachyon eventually discovered, this is a client thing. Different clients use different ways to determine when to send single characters or wait for an entire line. If you need a client that does exactly what you want, then you will probably have to write your own.
|
|---|