master/ethernet.c
changeset 1340 3d45edb1b4a1
parent 1338 eb31b5a135da
child 1363 11c0b2caa253
equal deleted inserted replaced
1339:3483999e1aba 1340:3d45edb1b4a1
   216 
   216 
   217 /*****************************************************************************/
   217 /*****************************************************************************/
   218 
   218 
   219 /**
   219 /**
   220    Sends a frame or the next fragment.
   220    Sends a frame or the next fragment.
   221    \todo bootstrap mailboxes / use configured mailbox sizes
       
   222 */
   221 */
   223 
   222 
   224 int ec_eoe_send(ec_eoe_t *eoe /**< EoE handler */)
   223 int ec_eoe_send(ec_eoe_t *eoe /**< EoE handler */)
   225 {
   224 {
   226     size_t remaining_size, current_size, complete_offset;
   225     size_t remaining_size, current_size, complete_offset;