On 10/25/07, Gerrit Renker <[EMAIL PROTECTED]> wrote:
> /* something like (but do have a look at the paraslash sources)
>     do {
>         wrote = send (socket, (const char *) buf + bytes_written,
>                              count - bytes_written, MSG_NOSIGNAL);
>     }  while (wrote < 0 && errno == EAGAIN);
> */
>
>
You can also look at iperf code, ttcp code etc.
-- 
Web1: http://wand.net.nz/~iam4/
Web2: http://www.jandi.co.nz
Blog: http://iansblog.jandi.co.nz
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to