mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-06 06:24:20 -04:00
update documentation links
This commit is contained in:
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P RouterInfo
|
||||
https://geti2p.net/en/docs/spec/common-structures#struct_RouterInfo
|
||||
https://geti2p.net/spec/common-structures#routerinfo
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+----+----+----+
|
||||
@ -167,7 +167,7 @@ func (router_info RouterInfo) RouterAddresses() (router_addresses []RouterAddres
|
||||
//
|
||||
func (router_info RouterInfo) PeerSize() int {
|
||||
// Peer size is unused:
|
||||
// https://geti2p.net/en/docs/spec/common-structures#struct_RouterAddress
|
||||
// https://geti2p.net/spec/common-structures#routeraddress
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user