https://bz.apache.org/bugzilla/show_bug.cgi?id=65776
--- Comment #1 from Mark Thomas <ma...@apache.org> --- This scenario was considered when designing the protection for the OS bug. The solution considered was to add a timing check for the re-use as in the OS bug case the re-use is near enough instant. However, we didn't add the check as we could not see a scenario where: - a client connected to Tomcat - no other clients connected - the same client reconnected using the same local port and we wanted to avoid the performance overhead of the check. It appears that there is something about your production environment where the above sequence is happening. Are you sure the client is genuinely re-using the local port rather than the server hitting the OS bug? We believe the bug affects multiple Linux distributions. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org