Is doesn't look there is a way to pass KeepAlive configuration (ref) to the underlying net.Dialer used by TCPDialer here. A simple approach might be to add another public field to the TCPDialer struct here, is that something that could be supported? I have a use-case that requires a shorter interval than the default, and it would be great to use the TCPDialer for it. Happy to contribute an implementation if it's welcome!
Is doesn't look there is a way to pass KeepAlive configuration (ref) to the underlying net.Dialer used by TCPDialer here. A simple approach might be to add another public field to the TCPDialer struct here, is that something that could be supported? I have a use-case that requires a shorter interval than the default, and it would be great to use the TCPDialer for it. Happy to contribute an implementation if it's welcome!