Opened 15 years ago
Closed 3 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)
Change History (3)
Changed 15 years ago by
Attachment: | AsyncSocketEx.cpp added |
---|
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
Resolution: | → outdated |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Triage suggestion
There has been movement on this ticket in 12 years.
I suggest closing this ticket.