Closed vykulakov closed 4 years ago
The simplest way to implement such feature is by using the SetDealine feature of the net.Conn interface.
SetDealine
So this method should be added to the Transport interface and all its implementations.
Transport
The simplest way to implement such feature is by using the
SetDealine
feature of the net.Conn interface.So this method should be added to the
Transport
interface and all its implementations.