[ECOS] changing tcp_maxidle?

Grant Edwards grante@visi.com
Mon Oct 22 15:38:00 GMT 2001


On Mon, Oct 22, 2001 at 05:27:59PM -0500, Grant Edwards wrote:

>   int     tcp_keepidle = TCPTV_KEEP_IDLE;
>   int     tcp_keepintvl = TCPTV_KEEPINTVL;
>   int     tcp_maxpersistidle = TCPTV_KEEP_IDLE;   /* max idle time in persist */
>   int     tcp_maxidle;
> 
> The first four are no problem.  Since they are globally
> visible, and statically initialized, my appication can modify
> them as needed.  However, the fifth one (tcp_maxidle) is not
> initialized statically.

Yes, learning to count is sill on my list of things to do...

-- 
Grant Edwards
grante@visi.com



More information about the Ecos-discuss mailing list