space monkey internal commit export

[katamari commit: 9d8135ffb1b15694ef69909c3b174f246eae7559]
This commit is contained in:
JT Olds 2014-03-06 18:18:08 -07:00
parent 11c5494405
commit b713c0097b

View File

@ -459,3 +459,7 @@ func (c *Conn) SetReadDeadline(t time.Time) error {
func (c *Conn) SetWriteDeadline(t time.Time) error {
return c.conn.SetWriteDeadline(t)
}
func (c *Conn) UnderlyingConn() net.Conn {
return c.conn
}