Changes between Version 161 and Version 162 of library_stdio


Ignore:
Timestamp:
Jan 6, 2017, 9:21:11 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v161 v162  
    412412
    413413 === 2) int '''giet_nic_close'''( int socket ) ===
    414 This function releases all memory allocated for a socket: the socket descriptor itself, and the RX packets / Tx packets queues associated to the socket. The kernel threads associated to these queues are desactivated.
     414This function releases all memory allocated for a socket: the socket descriptor itself, and the RX/TX queues associated to the socket. The kernel threads associated to these queues are desactivated.
    415415 * '''socket''' : socket identifier.
    416416 * return 0 if success / returns -1 if error.