Comment 14 for bug 1722702

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Test from [2] in c #8.

4.13.0-16-generic
gcc bind-collision.c && ./a.out
bind: Address already in use
AF_INET check failed.
$ gcc -D CHECK_IPV6 bind-collision.c && ./a.out
AF_INET6 success
AF_INET success
$ gcc bind-collision.c && ./a.out
AF_INET success

From proposed:
4.13.0-17-generic
$ gcc bind-collision.c && ./a.out
AF_INET success

=> verified