Cameron Garnham
Cameron Garnham
Rebased after merge of #81
Rebased after merge of #83
Rebased after merge of #84
@josecelano Three of your tests now fail, since they use different remote_addresses for the connection cookie. ``` test udp::handlers::tests::announce_request::using_ipv4::an_announced_peer_should_be_added_to_the_tracker ... remote_address: 127.0.0.1:8080, time_extent: TimeExtent { increment: 2s, amount: 60 },...
Rebased after merge of #81
ACK d09c58f93aa6d3cc0d15bfcb20fd08b6f4abbd79
ACK 873293a6f871ba6102d75df2379471b43bcf0096
Hey @WarmBeer, Let me try and comprehend this. Currently we have the config option: ``` external_ip: Option, ``` You propose to have: ``` external_ipv4: Option, replace_local_peer_ip_with_external_ip: bool, ``` 1. What...
Okay, so if you have a peer on the same host or local network as the tracker, the server will see a local or loop-back address from this peer. (the...