Implement get_all_local_ips for windows

Review Request #2048 — Created Nov. 8, 2022 and submitted — Latest diff uploaded

Information

traversity/traversity
default

Reviewers

This is a simple approach and only works with IPv4 In the meantime this seems to work for simple cases.

Ran on Windows 11 and verified it got the correct IP address.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Implement get_all_local_ips for windows
This is a simple approach and may only work with IPv4, but we need more testing to confirm. In the meantime though, this seems to work for simple cases.
767c47ead45398984f002beb91c3322f6b6ae304 Gary Kramlich
traversity/meson.build
traversity/traversitycore.c
traversity/traversitycorewin32.c
traversity-test/traversity-test.c
Loading...