lookaround/src
_ 221a0bef2f ignore errors if an interface can't join multicast
This works okay on my home network, but it's a little more magical than
I wanted - I can't force it to pick up the wifi interface. If the
Ethernet is plugged in, the laptop always and only picks that, even
if I know the server only asked the Ethernet interface.

This is fine, but only because my Ethernet happens to be faster than
my Wifi. I'm not sure how it will behave at work, where WiFi and
Ethernet may be separate networks.

At least the error messages are better now, so I can figure out why
it wasn't auto-starting with systemd.
2021-12-08 21:48:41 -06:00
..
app_common.rs 🚧 wip: not working the way I expect 2021-12-09 03:11:28 +00:00
client.rs ignore errors if an interface can't join multicast 2021-12-08 21:48:41 -06:00
ip.rs 🚧 wip: not working the way I expect 2021-12-09 03:11:28 +00:00
main.rs 🚧 wip: not working the way I expect 2021-12-09 03:11:28 +00:00
message.rs ♻️ refactor: replace all unwraps in my code with question marks 2021-12-09 01:39:54 +00:00
prelude.rs ♻️ refactor: preparing to serve on multiple interfaces 2021-12-09 02:26:58 +00:00
server.rs ignore errors if an interface can't join multicast 2021-12-08 21:48:41 -06:00
tlv.rs ♻️ refactor: replace all unwraps in my code with question marks 2021-12-09 01:39:54 +00:00