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:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user