mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-03-10 11:10:23 +08:00
space monkey internal commit export
[katamari commit: 9d8135ffb1b15694ef69909c3b174f246eae7559]
This commit is contained in:
parent
11c5494405
commit
b713c0097b
4
conn.go
4
conn.go
@ -459,3 +459,7 @@ func (c *Conn) SetReadDeadline(t time.Time) error {
|
|||||||
func (c *Conn) SetWriteDeadline(t time.Time) error {
|
func (c *Conn) SetWriteDeadline(t time.Time) error {
|
||||||
return c.conn.SetWriteDeadline(t)
|
return c.conn.SetWriteDeadline(t)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Conn) UnderlyingConn() net.Conn {
|
||||||
|
return c.conn
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user