Changeset fe5a9fc in mainline for uspace/srv/net/il/ip/ip_module.c


Ignore:
Timestamp:
2011-01-12T11:25:54Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73ac2e9
Parents:
77429d3
Message:

do not send extra ARP requests if a lookup is currently in progress (but remove the half-filled lookup data as soon as the lookup times out for the second time)
cstyle fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/ip/ip_module.c

    r77429d3 rfe5a9fc  
    5858
    5959int
    60 il_module_message_standalone(ipc_callid_t callid, ipc_call_t *call,
     60il_module_message(ipc_callid_t callid, ipc_call_t *call,
    6161    ipc_call_t *answer, size_t *count)
    6262{
     
    6464}
    6565
    66 int il_module_start_standalone(async_client_conn_t client_connection)
     66int il_module_start(async_client_conn_t client_connection)
    6767{
    6868        sysarg_t phonehash;
Note: See TracChangeset for help on using the changeset viewer.