Opened 19 years ago

Closed 7 years ago

#813 closed Bug report (outdated)

Filezilla server problems with assymmetrical links on win2k

Reported by: binum Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc: binum, Alexander Schuch
Component version: Operating system type:
Operating system version:

Description

Filezilla server should be modified to do setsocketopt()
for send and receive buffers so that assymmetrical links
are handled better.

ie

int window_size = 128 * 1024; /* 128 kilobytes */

setsockopt(m_SocketData.hSocket, SOL_SOCKET,

SO_SNDBUF, (char *) &window_size, sizeof
(window_size));

setsockopt(m_SocketData.hSocket, SOL_SOCKET,

SO_RCVBUF, (char *) &window_size, sizeof
(window_size));

should be done before bind()

Attachments (1)

AsyncSocketEx.cpp (34.2 KB ) - added by binum 19 years ago.

Download all attachments as: .zip

Change History (3)

by binum, 19 years ago

Attachment: AsyncSocketEx.cpp added

comment:1 by Kurt McKee, 7 years ago

Triage suggestion

There has been movement on this ticket in 12 years.

I suggest closing this ticket.

comment:2 by Kurt McKee, 7 years ago

Resolution: outdated
Status: newclosed
Note: See TracTickets for help on using tickets.