plan9fox/sys/src/9/ip
cinap_lenrek 197ff3ac2f devip: if the server does not support TCP ws option, disable window scaling (thanks joe9)
if the server responds without a window scale option in
its syn-ack, disable window scaling alltogether as both
sides need to understand the option.
2019-05-22 22:20:31 +02:00
..
arp.c devip: fix arpread, dont return partial entries 2018-11-28 12:41:18 +01:00
chandial.c ip/chandial: fail with Ebadarg instead of printing memory contents 2016-02-12 23:52:50 +02:00
devip.c devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterproxy() 2019-05-11 14:01:26 +02:00
esp.c devip: fix ipv6 icmp unreachable handling, fix retransmit, fix ifc locking, remove tentative check 2018-04-22 18:54:13 +02:00
ethermedium.c devip: avoid media bind/unbind kproc reader startup race, simplify etherbind 2019-05-11 07:22:34 +02:00
gre.c gre: don't drop pptp packets when smaller than v4 header 2018-01-20 15:13:11 +01:00
icmp.c devip: ignore the evil bit in fragment info field 2019-03-07 22:39:50 +01:00
icmp6.c devip: ignore icmp advise about laggard fragments 2019-03-07 01:25:11 +01:00
igmp.c kernel/ip: remove nil checks for allocb() and padblock() 2016-11-08 21:05:01 +01:00
il.c devip: make il connect fail quickly when theres no route 2018-07-10 09:11:19 +02:00
inferno.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
ip.c devip: ignore the evil bit in fragment info field 2019-03-07 22:39:50 +01:00
ip.h devip: do not lock selftab in ipselftabread(), remove unused fields from Ipself 2019-05-12 01:20:21 +02:00
ipaux.c devip: fix ip fragmentation handling issues with header options 2019-03-03 05:25:00 +01:00
ipifc.c devip: do not lock selftab in ipselftabread(), remove unused fields from Ipself 2019-05-12 01:20:21 +02:00
ipmux.c devip: cleanup ipmux.c 2018-04-22 18:50:45 +02:00
iproute.c devip: use parseipandmask() for ipifc and route control message parsing 2019-02-11 23:43:14 +01:00
ipv6.c devip: ignore reserved fragment offset bits 2019-03-04 12:07:40 +01:00
ipv6.h devip: fix fragment forwarding 2019-03-04 03:05:30 +01:00
loopbackmedium.c devip: avoid media bind/unbind kproc reader startup race, simplify etherbind 2019-05-11 07:22:34 +02:00
netdevmedium.c devip: avoid media bind/unbind kproc reader startup race, simplify etherbind 2019-05-11 07:22:34 +02:00
netlog.c devip: handle malloc errors, fix queue leaks 2013-05-05 03:56:11 +02:00
nullmedium.c ip/nullmedium: free passed block in nullbwrite() 2016-11-07 21:40:12 +01:00
pktmedium.c ip: make pkt interfaces unbind on close (from inferno) 2018-01-22 21:33:22 +01:00
rudp.c devip: cleanup rudp.c 2018-04-22 18:49:01 +02:00
tcp.c devip: if the server does not support TCP ws option, disable window scaling (thanks joe9) 2019-05-22 22:20:31 +02:00
udp.c devip: remove unused QLock from udp and icmpv6 control blocks (thanks brho) 2018-10-03 00:47:34 +02:00