Changeset 0ac2158 in mainline for uspace/srv/net/tl/tcp/tcp_type.h


Ignore:
Timestamp:
2011-12-08T23:29:06Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9e14fa4
Parents:
5f9ecd3
Message:

Determine local IP address, fill it in pseudo header.

File:
1 edited

Legend:

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

    r5f9ecd3 r0ac2158  
    304304
    305305typedef struct {
     306        /** Client */
    306307        tcp_client_t *client;
     308        /** Connection */
    307309        tcp_conn_t *conn;
     310        /** Local address */
     311        netaddr_t laddr;
    308312} tcp_sockdata_t;
    309313
Note: See TracChangeset for help on using the changeset viewer.