Changeset e1b4ae0 in mainline for uspace/srv/net/tcp/conn.h


Ignore:
Timestamp:
2017-09-11T07:05:21Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9713b0b
Parents:
975d528
Message:

Start adding tests for TCP conn module. Make sure all connections have been freed at the end of a test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/conn.h

    r975d528 re1b4ae0  
    4141
    4242extern int tcp_conns_init(void);
     43extern void tcp_conns_fini(void);
    4344extern tcp_conn_t *tcp_conn_new(inet_ep2_t *);
    4445extern void tcp_conn_delete(tcp_conn_t *);
Note: See TracChangeset for help on using the changeset viewer.