CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/03/20 21:51:09
Modified files: sys/netinet : in_pcb.c Log message: treat 255.255.255.255 like an mcast address in in_pcbselsrc. this allows the IP_MULTICAST_IF sockopt to specify which address you want to send a limited broadcast (255.255.255.255) packet out of. requested by and ok claudio@