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


Ignore:
Timestamp:
2015-06-02T16:00:42Z (9 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/udp_inet.c

    rab6326bc r8d48c7e  
    6363        log_msg(LOG_DEFAULT, LVL_DEBUG, "udp_inet_ev_recv()");
    6464
     65        log_msg(LOG_DEFAULT, LVL_NOTE, "udp_inet_ev_recv: link=%zu",
     66            dgram->iplink);
     67
    6568        pdu = udp_pdu_new();
     69        pdu->iplink = dgram->iplink;
    6670        pdu->data = dgram->data;
    6771        pdu->data_size = dgram->size;
Note: See TracChangeset for help on using the changeset viewer.