[plt-scheme] A problem about TCP program

From: Thomas Chust (chust at web.de)
Date: Sun Jan 10 08:09:36 EST 2010

2010/1/10 Plato Wu <gtalk000 at gmail.com>:
> Thank you very much! It works, However my Scheme application is used
> to connect a server which uses UC TCP/IP stack's socket Layer, It
> don't have API like flush-output, How can I do with this situation?
> [...]

Hello,

the classical BSD socket API for C programs doesn't do any buffering,
so flushing should be unnecessary unless you have wrapped your sockets
in another layer.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.