Changeset e1b4ae0 in mainline for uspace/srv/net/tcp/tcp_type.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/tcp_type.h

    r975d528 re1b4ae0  
    239239        /** Connection identification (local and remote endpoint) */
    240240        inet_ep2_t ident;
     241        /** Connection is in association map */
     242        bool mapped;
    241243
    242244        /** Active or passive connection */
     
    369371/** TCP client */
    370372typedef struct tcp_client {
    371         /** Client callbac session */
     373        /** Client callback session */
    372374        async_sess_t *sess;
    373375        /** Client's connections */
Note: See TracChangeset for help on using the changeset viewer.