retransmitFinDrop(_:)
Configure TCP to drop the connection after a FIN does not receive an ACK.
Declaration
func retransmitFinDrop(_ drop: Bool) -> TCPParameters
- drop:
True to drop, false otherwise.
Discussion
A boolean to cause TCP to drop its connection after not receiving an ACK after a FIN (TCP_RXT_FINDROP).