Ticket #5533: 5533.patch
File 5533.patch, 552 bytes (added by , 12 years ago) |
---|
-
src/engine/ftpcontrolsocket.cpp
#5533 WRT110 router - FTP upload problem - Timeouts on large files Decreased keep-alive packet frequence this should help in this case diff -r a5172d37b9d0 -r 8beded4bcfbc src/engine/ftpcontrolsocket.cpp
a b 4524 4524 if (span.GetSeconds() >= (60 * 30)) 4525 4525 return; 4526 4526 4527 m_idleTimer.Start( 30000, true);4527 m_idleTimer.Start(20000, true); 4528 4528 } 4529 4529 4530 4530 int CFtpControlSocket::ParseSubcommandResult(int prevResult)