Subject: Re: ipnat question
To: Andrew Brown <atatat@atatdot.net>
From: Wojciech Puchar <wojtek@wojtek.3miasto.net>
List: netbsd-users
Date: 07/10/2001 22:31:51
> MAP 192.168.0.132  22    <- -> 192.168.0.132  22    [192.168.0.134 1020]
>         age 864000 use 0 sumd 0/0 pr 6 bkt 105/105 flags 1 bytes 18674 pkts 220
> MAP 192.168.0.134  1021  <- -> 10.0.1.213     6740  [172.16.4.65 22]
>         age 334 use 0 sumd 0xb232/0xb232 pr 6 bkt 15/108 flags 1 bytes 4346 pkts 53
> ...
>
> it's interesting to note that in src/sys/netinet/ip_state.c, there is
> a line that says
>
> #define FIVE_DAYS       (2 * 5 * 86400) /* 5 days: half closed session */
>
> although 2 * 5 * 86400 is clearly ten days.  anyway, you can find the
> rest of the default timesouts in that file.
>
SO LONG timeouts?!