Changeset 1d4b815 in mainline for uspace/lib/c/include/inet/tcp.h


Ignore:
Timestamp:
2015-05-09T19:05:48Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
309469de
Parents:
779541b
Message:

Properly wait for connection establishment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/inet/tcp.h

    r779541b r1d4b815  
    5252        /** Some received data available in TCP server */
    5353        bool data_avail;
     54        bool connected;
     55        bool conn_failed;
     56        bool conn_reset;
    5457} tcp_conn_t;
    5558
Note: See TracChangeset for help on using the changeset viewer.