RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Write the Driver Transmit Task

PREV UP NEXT Bookshelf RTEMS Network Supplement

2.8: Write the Driver Transmit Task

This task is reponsible for removing packets from the driver send queue and sending them to the device. The task should block waiting for an event from the driver start function indicating that packets are waiting to be transmitted. When the transmit task has drained the driver send queue the task should clear the IFF_OACTIVE bit in if_flags and block until another outgoing packet is queued.


PREV UP NEXT Bookshelf RTEMS Network Supplement

Copyright © 1988-2004 OAR Corporation