In a parallel library TCP/IP environment, what happens to the active sockets if the processor
containing the TCP/IP socket provider (TCPSAM) primary process fails?
A.
All sockets survive, because the TCPSAM process runs as a NonStop process.
B.
All TCP sockets in the established state return ECONNRESET to the application and send RST
to the remote end.
C.
All TCP sockets in the established state return ECONNRESET to the application if the
application is not on the failed processor.
D.
All sockets survive if the application is not on the failed processor.