public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.
@ 2008-04-28 13:54 antony baxter
  2008-04-28 14:08 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: antony baxter @ 2008-04-28 13:54 UTC (permalink / raw)
  To: cygwin-talk

> This code only exists in 1.7.  The only way to get ENOBUFS in 1.5.x is
> when Winsock emits it.  I see two possible reasons.  One is a
> third-party firewall software which interacts badly with ftpd on the
> machine with the ENOBUFS problem, the other is ftpd itself.  Does ftpd
> from 1.5 try to write the 215 Megs in one single write call, by any
> chance?  We had this discussion lately and I added a stop-gap measure
> into 1.7 so that no write to the net writes more than 64K in one go.
> The problem is that Winsock unintelligibly tries to create a temporary
> internal buffer the size of the write buffer, regardless of its size.
> Naturally that can fail, and if it does, you get the error code
> WSAENOBUFS.  The only way around that for 1.5 is to split network
> writes to smaller chunks.  Doing that is much faster on Windows, too,
> btw.

Just wanted to confirm - no firewalls on either machine, even Windows'
own firewall is switched off.

The symptoms (works with small files, not with larger ones) would seem
to imply that ftpd is trying to write all 215MB in one go.

Thanks

Ant.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer  space available.
  2008-04-28 13:54 inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available antony baxter
@ 2008-04-28 14:08 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2008-04-28 14:08 UTC (permalink / raw)
  To: cygwin-talk

On Apr 28 19:23, antony baxter wrote:
> [SNIP]

And why, exactly, did you send your reply to another mailing list?
Especially one dedicated to hippos and definitely *not*, I would like
to stress this point, *not* dedicated to Cygwin.  Not exactly dedicated
to Cygwin.  More or less.  Not without mentioning hippos anyway.


Corinna

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-28 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-28 13:54 inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available antony baxter
2008-04-28 14:08 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).