Changes between Version 38 and Version 39 of library_stdio


Ignore:
Timestamp:
Nov 26, 2014, 6:29:36 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v38 v39  
    143143Several user tasks can concurrently access the same chbuf, because the syscall handler takes the lock protecting the chbuf.
    144144It returns only when the container has been fully transfered.
    145 The calling task exit if no NIC channel allocated to the task, or in case of timeout, or if the buffer is not in user space.
     145The calling task exit if the buffer is not in user space, or if the NIC channel is too large, or in case of timeout.
    146146
    147147 === 6) void '''giet_nic_rx_move'''( unsigned int nic_channel,  void* buffer ) ===
     
    151151Several user tasks can concurrently access the same chbuf, because the syscall handler takes the lock protecting the chbuf.
    152152It returns only when the container has been fully transfered.
    153 The calling task exit if no NIC channel allocated to the task, or in case of timeout, or if the buffer is not in user space.
     153The calling task exit if the buffer is not in user space, or if the NIC channel is too large, or in case of timeout.
    154154
    155155 === 7) void '''giet_nic_tx_stop( ) ===