Changeset 004a5fe in mainline for uspace/srv/net/tl/tcp/state.h


Ignore:
Timestamp:
2011-11-20T19:13:53Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eea65f4
Parents:
854e79a6
Message:

Make active OPEN wait for connection establishment (or reset).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/state.h

    r854e79a6 r004a5fe  
    4242 * User calls
    4343 */
    44 extern void tcp_uc_open(uint16_t, tcp_sock_t *, acpass_t, tcp_conn_t **);
     44extern tcp_error_t tcp_uc_open(uint16_t, tcp_sock_t *, acpass_t, tcp_conn_t **);
    4545extern tcp_error_t tcp_uc_send(tcp_conn_t *, void *, size_t, xflags_t);
    4646extern tcp_error_t tcp_uc_receive(tcp_conn_t *, void *, size_t, size_t *, xflags_t *);
Note: See TracChangeset for help on using the changeset viewer.