Searched refs:MTU (Results 1 – 21 of 21) sorted by relevance
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 3 outgoing interface's MTU minus 40 for IPv4 or 60 for IPv6, respectively). 35 path MTU exist \(em the kernel uses the path MTU which it would use to send 37 Linux 2.6.25, only the path MTU to the destination IP address was 38 considered by this option; subsequent kernels also consider the path MTU
|
/external/iproute2/examples/diffserv/ |
D | ef-prio | 5 $MTU="1.5kB"; 13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
|
/external/iputils/doc/ |
D | tracepath.sgml | 12 traces path to a network host discovering MTU along this path</refpurpose> 29 It traces path to <replaceable/destination/ discovering MTU along this path. 116 Additionally, it can show Path MTU, when it changes. 122 with TTL of 2 was rejected at the first hop due to Path MTU Discovery. 127 it shows detected Path MTU, amount of hops to the destination and our
|
D | ping.sgml | 182 Select Path MTU Discovery strategy.
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 10-mtu | 1 # Configure the MTU for the interface
|
/external/chromium_org/ppapi/api/ |
D | ppb_network_list.idl | 160 * Gets MTU (Maximum Transmission Unit) of a network interface. 166 * @return Returns MTU for the network interface with the specified 167 * <code>index</code> or 0 if MTU is unknown.
|
/external/iproute2/doc/ |
D | Plan | 10 2.2 Path MTU Discovery (api-pmtudisc.tex)
|
D | ip-cref.tex | 279 --- change the MTU of the device. 1144 next hop router) and some optional attributes (f.e. the path MTU or 1276 \item \verb|mtu MTU| or \verb|mtu lock MTU| 1278 --- the MTU along the path to the destination. If the modifier \verb|lock| is 1279 not used, the MTU may be updated by the kernel due to Path MTU Discovery. 1280 If the modifier \verb|lock| is used, no path MTU discovery will be tried, 1282 or fragmented to MTU for IPv6. 1315 Linux uses a default value calculated from the first hop device MTU. 1522 other routes because some route attribute (f.e.\ MTU) was updated. 2444 --- disable Path MTU Discovery on this tunnel.
|
D | ip-tunnels.tex | 247 \item \verb|nopmtudisc| --- disable Path MTU Discovery on this tunnel.
|
/external/iproute2/examples/ |
D | cbq.init-v0.7.3 | 615 BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500 779 rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK 952 rate $NEW_RATE buffer $BUFFER limit $LIMIT mtu $MTU $NEW_PEAK
|
/external/libpcap/ |
D | pcap-dos.c | 905 int rc, MTU, has_ip_addr; in init_watt32() local 975 MTU = pkt_get_mtu(); in init_watt32() 978 pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */ in init_watt32()
|
/external/srtp/test/ |
D | srtp_driver.c | 1066 #define MTU 2048 macro 1068 char packet_string[MTU]; 1077 if ((hdr == NULL) || (pkt_octet_len > MTU)) in srtp_packet_to_string()
|
/external/iptables/utils/ |
D | pf.os | 37 # systems, it is a multiple of MSS or MTU (MSS+40). In some rare 42 # means it is a multiple of MTU ((MSS+40)*nn). Unless you notice the 45 # MTU, you can however multiply S value by MSS, or T value by MSS+40, 115 # "S" and "T" which are a multiple of MSS or a multiple of MTU 173 # disable PMTU discovery, change MTU and so on. Always compare a new rule 244 # is selected as a multiple of MTU instead of MSS. I got
|
/external/libvpx/libvpx/examples/ |
D | decode_with_partial_drops.txt | 45 /* second partition; just slot it up according to MTU */
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 330 the complete RTP packet is smaller than the path MTU. 768 Any Vorbis data packet that is less than path MTU SHOULD be bundled 771 application's desired transmission latency. Path MTU is detailed in 874 greater than the path MTU, including all RTP and payload headers. 1303 [RFC1191] Mogul, J. and S. Deering, "Path MTU discovery", 1306 [RFC1981] McCann, J., Deering, S., and J. Mogul, "Path MTU
|
/external/iproute2/doc/actions/ |
D | ifb-README | 114 UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary | 57 ATTRIBUTE Framed-MTU 12 integer
|
/external/iputils/ |
D | RELNOTES | 330 [iputils] tracepath: Add length flag to set initial MTU. 335 [iputils] tracepath: Re-probe at same TTL after MTU reduction.
|
/external/libppp/src/ |
D | ppp.8.m4 | 3235 size is not greater than the amount allowed by the interface MTU. 5243 If it is increased, the other side *may* increase its MTU. 5270 The default MTU is 1500. 5275 If the MTU is set, 5279 When negotiations are complete, the MTU is used when writing to the 5290 The maximum MTU can be set to 2048 at most. 5293 keyword to limit the MTU when using PPPoE. 5412 If the given MTU is less than the peers MRU as agreed during LCP 5413 negotiation, *and* it is less that any configured MTU (see the 5415 command), the tun interface MTU is set to the given value. [all …]
|
/external/dnsmasq/ |
D | CHANGELOG | 64 which avoids packet fragmentation, based on the MTU of the
|
D | CHANGELOG.archive | 756 to the ethernet MTU. 2442 Disable path-MTU discovery on DHCP and TFTP sockets. This
|