Gaukas Wang
|
856bc02b8f
|
Merge branch 'upstream' into sync-upstream
|
2023-08-28 14:12:03 -06:00 |
|
Marten Seemann
|
4122eb7a7d
|
disable GSO if sending fails for a particular remote address
|
2023-08-16 22:09:29 +07:00 |
|
Gaukas Wang
|
95575f5fe7
|
break: update repo url [ci skip]
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
|
2023-08-03 18:58:52 -06:00 |
|
Marten Seemann
|
2bcfe5bc4b
|
check for WSAEMSGSIZE errors when receiving UDP packets on Windows (#3982)
* check for WSAEMSGSIZE errors when receiving UDP packets on Windows
* check EMSGSIZE error on macOS
|
2023-07-20 20:31:57 -07:00 |
|
Marten Seemann
|
4998733ae1
|
disable GSO unless QUIC_GO_ENABLE_GSO is set (#3934)
|
2023-07-01 10:09:32 -07:00 |
|
Marten Seemann
|
efc252ff56
|
use the UDP_SEGMENT constant defined in the unix package (for GSO) (#3917)
|
2023-06-26 05:57:50 -07:00 |
|
Marten Seemann
|
97904d0b30
|
ci: also run integration tests with GSO disabled
|
2023-06-03 09:21:55 +03:00 |
|
Marten Seemann
|
5b5ffa942b
|
pack packets into large buffers when GSO is available
|
2023-06-03 09:21:55 +03:00 |
|
Marten Seemann
|
39ae200972
|
enable GSO on Linux, if available
|
2023-06-02 18:35:02 +03:00 |
|
Marten Seemann
|
614fdb3271
|
only run DPLPMTUD if the connection can send packets with the DF bit set (#3879)
|
2023-06-02 06:54:34 -07:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
ea9de26ed5
|
drop support for Go 1.16 and 1.17 (#3482)
|
2022-08-10 03:42:14 -07:00 |
|
Marten Seemann
|
3126062aa7
|
rename files dealing with low level conns to sys_conn
|
2022-03-27 12:28:41 +01:00 |
|