mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
send and track packets with ECN markings
This commit is contained in:
parent
f919473598
commit
5dd6d91c11
21 changed files with 264 additions and 206 deletions
|
@ -8,7 +8,6 @@ import (
|
|||
|
||||
"golang.org/x/sys/windows"
|
||||
|
||||
"github.com/quic-go/quic-go/internal/protocol"
|
||||
"github.com/quic-go/quic-go/internal/utils"
|
||||
)
|
||||
|
||||
|
@ -53,6 +52,3 @@ func isRecvMsgSizeErr(err error) bool {
|
|||
// https://docs.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2
|
||||
return errors.Is(err, windows.WSAEMSGSIZE)
|
||||
}
|
||||
|
||||
func appendIPv4ECNMsg([]byte, protocol.ECN) []byte { return nil }
|
||||
func appendIPv6ECNMsg([]byte, protocol.ECN) []byte { return nil }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue