CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/08 03:06:12
Modified files:
sys/conf : files
sys/net : if.c if_var.h
Added files:
sys/net : ifq.c ifq.h
Log message:
split the interface send queue (struct ifqueue) implementation out.
the intention is to make it more clear what belongs to a transmit
queue and what belongs to an interface.
suggested by and ok mpi@
