|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.72, 1998/10/08 01:19:25 | version 1.73, 1998/10/08 01:41:46 | ||
|---|---|---|---|
|
|
||
| if (ip_mtudisc != 0) | if (ip_mtudisc != 0) | ||
| ip_mtudisc_timeout_q = | ip_mtudisc_timeout_q = | ||
| rt_timer_queue_create(ip_mtudisc_timeout); | rt_timer_queue_create(ip_mtudisc_timeout); | ||
| #ifdef GATEWAY | |||
| ipflow_init(); | |||
| #endif | |||
| } | } | ||
| struct sockaddr_in ipaddr = { sizeof(ipaddr), AF_INET }; | struct sockaddr_in ipaddr = { sizeof(ipaddr), AF_INET }; |