On Thu, Oct 8, 2009 at 2:28 PM, Sai Pullabhotla <sai.pullabho...@jmethods.com> wrote: > If it is an issue with Socket close timeouts, can we have all sockets > created by the FtpServer to set SO_LINGER to zero or a small number?
First, I'm not sure we should do that. Second, I'm not sure if SO_LINGER affects the entire socket shutdown process so I'm not sure it would even help in this case. /niklas