Changeset ede63e4 in mainline for uspace/srv/net/socket/socket_core.h


Ignore:
Timestamp:
2010-01-04T23:25:48Z (14 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eac9722
Parents:
1a0fb3f8
Message:
  • socket identifier generation moved to libsocket, + data fragment size fix and enhancement, + [ICMP|TCP|UDP]_HEADER_SIZE definition, + int_map_update() function to alter item key
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/socket/socket_core.h

    r1a0fb3f8 rede63e4  
    177177 *  @param[in] app_phone The application phone.
    178178 *  @param[in] specific_data The socket specific data.
    179  *  @param[out] socket_id The new socket identifier.
    180  *  @returns EOK on success.
    181  *  @returns EBADMEM if the socket_id parameter is NULL.
     179 *  @param[in,out] socket_id The new socket identifier. A new identifier is chosen if set to zero (0) or negative. A negative identifier is chosen if set to negative.
     180 *  @returns EOK on success.
     181 *  @returns EINVAL if the socket_id parameter is NULL.
    182182 *  @returns ENOMEM if there is not enough memory left.
    183183 */
Note: See TracChangeset for help on using the changeset viewer.