tomp2p / TomP2P

A P2P-based high performance key-value pair storage library
http://tomp2p.net
Apache License 2.0
438 stars 122 forks source link

UDP/TCP switch for Discovery and Bootstrap builders #132

Open nmcodeeu opened 8 years ago

nmcodeeu commented 8 years ago

Added UDP/TCP switch for Discovery and Bootstrap builders as discussed previously.

Also corrected a small error in discovery when using manual ports (or setting expectManualForwarding) resulting in the internal IP address to be ignored.

Tested with both TCP and UDP between two distant, NAT'ed nodes. Special discovery cases should be tested.