Opened 14 years ago
Closed 14 years ago
#5437 closed Bug report (rejected)
For one transfert on passive mode, creation of multiple sockets of command
Reported by: | Constant | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | multiple socket command | Cc: | nsah.constant@… |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows XP SP3 |
Description
Excuse me for my english.
I realize a tpdump capture to describe my problem with FileZilla Client 3.3.3
When i realise a upload, passive mode and keep alive option, of a large file, the transfert broken all 5 minutes. I found that it's my firewall who send me a RST packet. After analyze tcpdum capture between client and server, i see 2 connexions data and one connexion that not use "keep alive" command and my firewall with default timeout (5mn) on all session broken this session.
I add a files:
- tcpdump file (client.cap) realize on client
- filezilla.log: log of FileZilla Client
- analyze.log: my analyze of tcpdump capture "client.cap"
Attachments (2)
Change History (3)
by , 14 years ago
Attachment: | analyze.log added |
---|
comment:1 by , 14 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
Your firewall is broken. A good firewall (or router for that matter) does not drop a connection unless it has been idle for more than 2 hours and 4 minutes. 2 hours is the minimum allowed TCP keep-alive interval and 4 minutes is the packet timeout.
See http://tools.ietf.org/html/rfc5382 for details.
My analyze of capture tpcdump