CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/02/11 05:56:08
Modified files: sys/netinet : ip_output.c Log message: Return ENOBUFS when bumping in the multicast max group memberships This removes the only use of ETOOMANYREFS in our code, making intro(2) match reality. No software out there explicitely checks for ETOOMANYREFS in multicast code. Discussed with millert@ and mpi@ (who suggested using ENOBUFS)