看板 DFBSD_submit 關於我們 聯絡資訊
On Wed, Feb 16, 2005 at 10:01:08AM -0800, Scott Michel wrote: > No, it won't/can't. You took out the code that restarts the USB Ethernet > receiver, part of the qdat structure. This restart function was called > just after ifp->if_rxstart returned. The rxstart function is called directly after dispatching the packet to usb_ether_input. This doesn't include a check for the queue size, but allows the USB device to continue recieving packets as early as possible. Joerg