guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unbuffered socket I/O


From: Kevin Ryde
Subject: Re: Unbuffered socket I/O
Date: Tue, 06 Mar 2007 10:15:36 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:
>
> +SCM_DEFINE (scm_setvbuf_output, "setvbuf-output", 2, 0, 0,
> +         (SCM port, SCM size),

Can that take a mode, so it's possible to set _IOLBF ?

setvbuf-input could also take a mode, though _IOLBF wouldn't be wanted
there, but it'd make the args the same for all three funcs - the input
and output versions being the same as the main except only operating
on one side.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]