Hi forks, linux-2.2.16 and linux-2.4.0-test5 allow to let an application bind an inet6 socket sd6 to an address / a port that is already bound to inet socket sd4. For example, the 2nd step below shou
Seems, with this patch theft is impossible. Without this patch IPv6 can steal sockets used by IP, indeed. Test !sk2->rcv_saddr prevents binding to place used both by IPv6 and IP wildcard. The proble
Hi forks, linux-2.2.16 and linux-2.4.0-test5 allow to let an application bind an inet6 socket sd6 to an address / a port that is already bound to inet socket sd4. For example, the 2nd step below shou
Hello! Seems, with this patch theft is impossible. Without this patch IPv6 can steal sockets used by IP, indeed. Test !sk2->rcv_saddr prevents binding to place used both by IPv6 and IP wildcard. The