Implement get_all_local_ips for windows

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

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.

Summary ID
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.
757085a6e9abb59b7a041082a96efdc251459fa9
Description From Last Updated

I would move the strdup into the if: ips = g_list_prepend(ips, g_strdup(ip))

QuLogicQuLogic
grim
QuLogic
  1. 
      
  2. traversity/traversitycorewin32.c (Diff revision 2)
     
     
     
     

    I would move the strdup into the if: ips = g_list_prepend(ips, g_strdup(ip))

  3. 
      
grim
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...