Changeset b99f6e2 in mainline for uspace/srv/net/tcp/tcp_type.h


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

Accepting connections.

File:
1 edited

Legend:

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

    r309469de rb99f6e2  
    338338/** TCP client listener */
    339339typedef struct tcp_clst {
     340        /** Local endpoint */
     341        tcp_sock_t elocal;
    340342        /** Connection */
    341343        tcp_conn_t *conn;
Note: See TracChangeset for help on using the changeset viewer.