o Convert w/spaces to tabs in the previous commit.

This commit is contained in:
Maxim Konovalov
2006-09-29 06:46:31 +00:00
parent d4bdcb16cc
commit acc03ac6bb
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -186,9 +186,9 @@ tcptw_auto_size(void)
int halfrange;
/*
* Max out at half the ephemeral port range so that TIME_WAIT
* sockets don't tie up too many ephemeral ports.
*/
* Max out at half the ephemeral port range so that TIME_WAIT
* sockets don't tie up too many ephemeral ports.
*/
if (ipport_lastauto > ipport_firstauto)
halfrange = (ipport_lastauto - ipport_firstauto) / 2;
else
+3 -3
View File
@@ -186,9 +186,9 @@ tcptw_auto_size(void)
int halfrange;
/*
* Max out at half the ephemeral port range so that TIME_WAIT
* sockets don't tie up too many ephemeral ports.
*/
* Max out at half the ephemeral port range so that TIME_WAIT
* sockets don't tie up too many ephemeral ports.
*/
if (ipport_lastauto > ipport_firstauto)
halfrange = (ipport_lastauto - ipport_firstauto) / 2;
else