Opened 20 years ago
Closed 8 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)
by , 20 years ago
Attachment: | AsyncSocketEx.cpp added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
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.