[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Patch for Windows Socket Support
From: |
Brent Fulgham |
Subject: |
RE: Patch for Windows Socket Support |
Date: |
Wed, 11 Sep 2002 16:42:52 -0700 |
> I felt guilty about my incomplete Windows socket port after
> seeing a recent list posting reporting it as a bug.
>
By the way, if you do attempt to use Daniel's test program,
you may find that the "server" does not output any data
when you do a "client_send(foo)". This is simply because
the data is being buffered. If you send enough data
(about 255 characters I believe), or if you close the
connect (via "client_term.") your data will appear on the
server screen.
-Brent