Releases: nknorg/nkn-tunnel
Releases · nknorg/nkn-tunnel
v0.3.5
What's Changed
- Add UDP support by @billfort in #59
- Support create multi tunnels by one multi-client by @billfort in #61
- Add tuna measure bandwidth bytes argument by @yilunzhang in #62
- Add an argument to NewTunnels() to support reuse multiclient by @billfort in #65
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Add cli argument for nanopay txn fee Signed-off-by: Yilun <zyl.skysniper@gmail.com>
v0.3.3
upgrade nkn sdk and tuna and tuna session version Signed-off-by: Yilun <zyl.skysniper@gmail.com>
v0.3.2
Add dial timeout Signed-off-by: Yilun <zyl.skysniper@gmail.com>
v0.3.1
Fix gomobile compile error Signed-off-by: Yilun <zyl.skysniper@gmail.com>
v0.3.0
- Breaking Change: Switch to new sdk version to reduce memory usage. This is not compatible with previsou nkn tunnel versions due to nkn-tuna-session protocol change
- Add cli option to change download geo db behavior
- Add tunnel Addr() method
- Add TunaPubAddrs() method to get tuna entry nodes info
v0.2.3
Remove closed sessions and close their conn to reduce ram usage
v0.2.2
Upgrade sdk version to greatly reduce RAM usage
v0.2.1
- Listen to local only when multiclient is connected
- Will listen to both tuna and relay sessions for tuna mode
- Add accept address options
- Add tunnel config and change create tunnel API to use config
- Add cli flag to specify seed node
- Allow empty from address (assume listening at nkn addr)
- Fix late payment when traffic stops for a while
v0.2.0
Increase payment robustness (by upgrading nkn sdk and tuna verison)