mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Fixed up mentions of old name hkexsh
This commit is contained in:
parent
3cd6f8b7e6
commit
119c039b91
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
package xsnet
|
||||
|
||||
// Implementation of HKEx-wrapped versions of the golang standard
|
||||
// Implementation of key-exchange-wrapped versions of the golang standard
|
||||
// net package interfaces, allowing clients and servers to simply replace
|
||||
// 'net.Dial' and 'net.Listen' with 'hkex.Dial' and 'hkex.Listen'
|
||||
// (though some extra methods are implemented and must be used
|
||||
|
@ -1084,7 +1084,7 @@ func (hl HKExListener) Close() error {
|
|||
return hl.l.Close()
|
||||
}
|
||||
|
||||
// Addr returns a the listener's network address.
|
||||
// Addr returns the listener's network address.
|
||||
//
|
||||
// See go doc net.Listener.Addr
|
||||
func (hl HKExListener) Addr() net.Addr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue