zpl-c / enet

⚡️ ENet reliable UDP networking library
https://blog.zpl.pw
MIT License
676 stars 61 forks source link

Parse sin6_scope_id from IPv6 hostname #28

Closed usernameak closed 3 years ago

usernameak commented 3 years ago

This pull request makes enet_in6addr_lookup_host parse sin6_scope_id (the %enp3s0 part in link-local addresses) from hostname

inlife commented 3 years ago

Thank you for the improvement @usernameak 🎉