Skip to content

Compatibility with go 1.21 and latest QUIC library #10

Open
@anatol

Description

@anatol

I am trying to compile syncthing with the latest version of the compiler/QUIC library and QUIC complains here

	conn, ok := c.(interface{ SetWriteBuffer(int) error })
	if !ok {
		return errors.New("connection doesn't allow setting of send buffer size. Not a *net.UDPConn?")
	}

as filteredConnObb does not have method SetWriteBuffer(int) error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions