Commit graph

2 commits

Author SHA1 Message Date
Marten Seemann
22a703b669 fix DONT_FRAGMENT error when using a IPv6 connection on Windows
The syscall setting the IP_DONTFRAGMENT socket option will fail if the
underlying connection is a IPv6 connection. Since Go doesn't allow us to
distinguish between IPv6 and dual-stack connections, we can only ignore the
error here.
2021-05-11 12:33:40 -07:00
Toby
84e03e5976
set the don't fragment (DF) bit on Windows (#3155) 2021-04-21 12:39:39 +07:00