diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/dccp.txt | 3 | ||||
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index 7a3bb1abb830..b132e4a3cf0f 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
@@ -141,7 +141,8 @@ rx_ccid = 2 | |||
141 | Default CCID for the receiver-sender half-connection; see tx_ccid. | 141 | Default CCID for the receiver-sender half-connection; see tx_ccid. |
142 | 142 | ||
143 | seq_window = 100 | 143 | seq_window = 100 |
144 | The initial sequence window (sec. 7.5.2). | 144 | The initial sequence window (sec. 7.5.2) of the sender. This influences |
145 | the local ackno validity and the remote seqno validity windows (7.5.1). | ||
145 | 146 | ||
146 | tx_qlen = 5 | 147 | tx_qlen = 5 |
147 | The size of the transmit buffer in packets. A value of 0 corresponds | 148 | The size of the transmit buffer in packets. A value of 0 corresponds |
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index c7712787933c..ff3f219ee4d7 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -782,6 +782,12 @@ arp_ignore - INTEGER | |||
782 | The max value from conf/{all,interface}/arp_ignore is used | 782 | The max value from conf/{all,interface}/arp_ignore is used |
783 | when ARP request is received on the {interface} | 783 | when ARP request is received on the {interface} |
784 | 784 | ||
785 | arp_notify - BOOLEAN | ||
786 | Define mode for notification of address and device changes. | ||
787 | 0 - (default): do nothing | ||
788 | 1 - Generate gratuitous arp replies when device is brought up | ||
789 | or hardware address changes. | ||
790 | |||
785 | arp_accept - BOOLEAN | 791 | arp_accept - BOOLEAN |
786 | Define behavior when gratuitous arp replies are received: | 792 | Define behavior when gratuitous arp replies are received: |
787 | 0 - drop gratuitous arp frames | 793 | 0 - drop gratuitous arp frames |