We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29eff1 commit ab3e469Copy full SHA for ab3e469
common/bufio/deadline/packet_conn.go
@@ -37,7 +37,7 @@ func (c *PacketConn) ReadPacket(buffer *buf.Buffer) (destination M.Socksaddr, er
37
}
38
39
func (c *PacketConn) SetReadDeadline(t time.Time) error {
40
- return c.NetPacketConn.SetReadDeadline(t)
+ return c.reader.SetReadDeadline(t)
41
42
43
func (c *PacketConn) ReaderReplaceable() bool {
0 commit comments