Changes between Version 161 and Version 162 of library_stdio
- Timestamp:
- Jan 6, 2017, 9:21:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v161 v162 412 412 413 413 === 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 packetsqueues associated to the socket. The kernel threads associated to these queues are desactivated.414 This 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. 415 415 * '''socket''' : socket identifier. 416 416 * return 0 if success / returns -1 if error.