Re: [PATCH net] tcp: change type of alive from int to bool

2015-10-12 Thread David Miller
From: Richard Sailer Date: Fri, 9 Oct 2015 02:41:37 +0200 > The alive parameter of tcp_orphan_retries, indicates > whether the connection is assumed alive or not. > In the function and all places calling it is used as a boolean value. > > Therefore this changes the type of alive to bool in the

[PATCH net] tcp: change type of alive from int to bool

2015-10-08 Thread Richard Sailer
The alive parameter of tcp_orphan_retries, indicates whether the connection is assumed alive or not. In the function and all places calling it is used as a boolean value. Therefore this changes the type of alive to bool in the function definition and all calling locations. Since tcp_orphan_tries