Changeset 8d48c7e in mainline for uspace/srv/net/udp/pdu.c


Ignore:
Timestamp:
2015-06-02T16:00:42Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4bb828
Parents:
ab6326bc
Message:

Find the association to deliver the datagram using amap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/pdu.c

    rab6326bc r8d48c7e  
    179179        hdr = (udp_header_t *)pdu->data;
    180180
     181        epp->local_link = pdu->iplink;
    181182        epp->remote.port = uint16_t_be2host(hdr->src_port);
    182183        epp->remote.addr = pdu->src;
Note: See TracChangeset for help on using the changeset viewer.