Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Binding to both 127.0.0.1 and ::1 using IPV6_ONLY does not work. IPV6_ONLY does only work with in6addr_any. Some Linux distros (looking at you Ubuntu) only define localhost as an alias for 127.0.0.1 (not for ::1) in /etc/hosts thereby causing gdb connection attempts to fail. By binding only to 127.0.0.1 this problem is solved. Besides, IPv6 does not work in docker (see #5).
- Loading branch information