|
Lines 14-19
Link Here
|
| 14 |
# |
14 |
# |
| 15 |
# All arguments must be in double or single quotes. |
15 |
# All arguments must be in double or single quotes. |
| 16 |
# |
16 |
# |
|
|
17 |
# $FreeBSD$ |
| 17 |
# $FreeBSD: src/etc/defaults/rc.conf,v 1.53.2.3 2000/04/15 11:02:40 iwasaki Exp $ |
18 |
# $FreeBSD: src/etc/defaults/rc.conf,v 1.53.2.3 2000/04/15 11:02:40 iwasaki Exp $ |
| 18 |
|
19 |
|
| 19 |
############################################################## |
20 |
############################################################## |
|
Lines 55-60
Link Here
|
| 55 |
tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions. |
56 |
tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions. |
| 56 |
log_in_vain="NO" # YES to log connects to ports w/o listeners. |
57 |
log_in_vain="NO" # YES to log connects to ports w/o listeners. |
| 57 |
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO). |
58 |
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO). |
|
|
59 |
# |
| 60 |
# For the following two options, you need to have TCP_DROP_SYNFIN and |
| 61 |
# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details. |
| 58 |
tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN |
62 |
tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN |
| 59 |
# NOTE: this breaks rfc1644 extensions (T/TCP) |
63 |
# NOTE: this breaks rfc1644 extensions (T/TCP) |
| 60 |
tcp_restrict_rst="NO" # Set to YES to restrict emission of RST |
64 |
tcp_restrict_rst="NO" # Set to YES to restrict emission of RST |