This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: changing tcp_maxidle?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]