Changes in uspace/srv/net/tl/tcp/tcp.c [bf172825:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.c
rbf172825 r79ae36dd 2442 2442 * @param[in] iid Message identifier. 2443 2443 * @param[in,out] icall Message parameters. 2444 * @param[in] arg Local argument.2444 * 2445 2445 */ 2446 static void tcp_receiver(ipc_callid_t iid, ipc_call_t *icall , void *arg)2446 static void tcp_receiver(ipc_callid_t iid, ipc_call_t *icall) 2447 2447 { 2448 2448 packet_t *packet; … … 2483 2483 tcp_globals.net_phone = net_phone; 2484 2484 2485 tcp_globals.icmp_phone = icmp_connect_module( );2485 tcp_globals.icmp_phone = icmp_connect_module(ICMP_CONNECT_TIMEOUT); 2486 2486 tcp_globals.ip_phone = ip_bind_service(SERVICE_IP, IPPROTO_TCP, 2487 2487 SERVICE_TCP, tcp_receiver);
Note:
See TracChangeset
for help on using the changeset viewer.