| plan 9 kernel history: overview | file list | diff list |
2003/0118/port/netif.h (diff list | history)
| 2003/0118/sys/src/9/port/netif.h:74,79 – 2003/0209/sys/src/9/port/netif.h:74,80 (short | long | prev) | ||
|
Add Netif.mbps.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0525 | /* about net */ int limit; /* flow control */ int alen; /* address length */ | |
| 2003/0209 | int mbps; /* megabits per sec */ | |
| 1993/0525 | uchar addr[Nmaxaddr]; uchar bcast[Nmaxaddr]; | |
| 1997/0404 | Netaddr *maddr; /* known multicast addresses */ | |