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


Ignore:
Timestamp:
2011-11-20T19:13:53Z (14 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/tcp_type.h

    r854e79a6 r004a5fe  
    146146        /** Connection state */
    147147        tcp_cstate_t cstate;
     148        /** Protects @c cstate */
     149        fibril_mutex_t cstate_lock;
     150        /** Signalled when @c cstate changes */
     151        fibril_condvar_t cstate_cv;
    148152
    149153        /** Set when FIN is removed from the retransmission queue */
Note: See TracChangeset for help on using the changeset viewer.