CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/08 21:13:51
Modified files: sys/net : if_loop.c Log message: attach multiple interface queues this allows local network connections to utilise multiple softnets, rather than just softnet0. it relise on net_sn_count() to know how many softnets are available. ok claudio@ bluhm@ jmatthew@