mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 13:32:52 -04:00
update documentation links
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
# go-i2p
|
||||
|
||||
A pure go implementation of the I2P router
|
||||
A pure Go implementation of the I2P router.
|
||||
|
||||
## Status
|
||||
|
||||
go-i2p is in early development. The common data structures are starting to get
|
||||
go-i2p is in early development.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Certificate
|
||||
https://geti2p.net/spec/common-structures#type-certificate
|
||||
https://geti2p.net/spec/common-structures#certificate
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+-//
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Date
|
||||
https://geti2p.net/en/docs/spec/common-structures#type_Date
|
||||
https://geti2p.net/spec/common-structures#date
|
||||
Accurate for version 0.9.24
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Destination
|
||||
https://geti2p.net/en/docs/spec/common-structures#struct_Destination
|
||||
https://geti2p.net/spec/common-structures#destination
|
||||
Accurate for version 0.9.24
|
||||
|
||||
Identical to KeysAndCert
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Integer
|
||||
https://geti2p.net/en/docs/spec/common-structures#type_Integer
|
||||
https://geti2p.net/spec/common-structures#integer
|
||||
Accurate for version 0.9.24
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Key Certificate
|
||||
https://geti2p.net/en/docs/spec/common-structures#type_Certificate
|
||||
https://geti2p.net/spec/common-structures#certificate
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+-//
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Lease
|
||||
https://geti2p.net/en/docs/spec/common-structures#struct_Lease
|
||||
https://geti2p.net/spec/common-structures#lease
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+----+----+----+
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P LeaseSet
|
||||
https://geti2p.net/en/docs/spec/common-structures#struct_LeaseSet
|
||||
https://geti2p.net/spec/common-structures#leaseset
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+----+----+----+
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P Mapping
|
||||
https://geti2p.net/en/docs/spec/common-structures#type_Mapping
|
||||
https://geti2p.net/spec/common-structures#mapping
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+----+----+----+
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P RouterAddress
|
||||
https://geti2p.net/en/docs/spec/common-structures#struct_RouterAddress
|
||||
https://geti2p.net/spec/common-structures#routeraddress
|
||||
Accurate for version 0.9.24
|
||||
|
||||
+----+----+----+----+----+----+----+----+
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P RouterIdentity
|
||||
https://geti2p.net/en/docs/spec/common-structures#struct_RouterIdentity
|
||||
https://geti2p.net/spec/common-structures#routeridentity
|
||||
Accurate for version 0.9.24
|
||||
|
||||
Identical to KeysAndCert
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@ package common
|
||||
|
||||
/*
|
||||
I2P String
|
||||
https://geti2p.net/en/docs/spec/common-structures#type_String
|
||||
https://geti2p.net/spec/common-structures#string
|
||||
Accurate for version 0.9.24
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user