115a116,122
> // add a very basic sanity check on the port to ensure the
> // invisible buffer is not growing beyond reasonable limits
> if (transmitList.size() > 100) {
> panic("Packet queue %s has grown beyond 100 packets\n",
> name());
> }
>