I have an ethernet connection that I want to close if it's not sending or receiving any data. Is there a registry value I can set or any configurations I can change?
For windows 10, thanks
Edit: Maybe something like TcpTimedWaitDelay set to 1 would work? I want the connection closed so that it has to make a new connection everytime it wants to talk.
Or:
TcpInitialRTT: Defines what the initial time-out settings are for new connections. This number in seconds is doubled each time it retransmits before timing a connection out. Defaults to 3.
TcpMaxConnectRetransmissions: Defines the number of retransmissions while establishing the connection before timing a connection out. Defaults to 2.