Wireshark logs show that a SMTP server is sending TCP/IP resets on connection attempts when the Connect SP sends email; this is unexpected behavior from the SMTP server, but it eventually causes the Connect SP web server thread to terminate with an error. The Connect SP then becomes "dead" to all TCP/IP traffic. JTAG shows that all the other threads appear to be running properly, and various queues and memory pools appear to be intact. Has anyone else run into this problem? We think that maybe the Connect SP is trying to reuse a closed port, but can't explain why the web server thread is dying, or what we should do to prevent this from occurring.