1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-22 00:55:29 -05:00

KCP: style

This commit is contained in:
Shelikhoo
2016-06-13 16:34:35 +08:00
parent 14623e6fa4
commit bcf87d1592

View File

@@ -66,9 +66,11 @@ func (kvl *KCPVlistener) Accept() (net.Conn, error) {
}
return kcv, nil
}
func (kvl *KCPVlistener) Close() error {
return kvl.lst.Close()
}
func (kvl *KCPVlistener) Addr() net.Addr {
return kvl.lst.Addr()
}