I am new to socket programming, and am deveoping client and server type applications. My question is if I leave the connection open but without any activity between the client and server will the connection remain open indefinitely or will it timeout? If timeout, can I set this? Developed apps in C using...