How Install MPQuic With Quic-go? · Issue #4 - GitHub
Có thể bạn quan tâm
- Notifications You must be signed in to change notification settings
- Fork 80
- Star 205
- Code
- Issues 16
- Pull requests 2
- Actions
- Projects 0
- Security
Uh oh!
There was an error while loading. Please reload this page.
- Insights
Description
I tried different ways to install MPQuic, but were not successful. How can I install MPQuic? and what version of quic-go is compatible?
I tried this tutorial https://multipath-quic.org/2017/12/09/artifacts-available.html but when I try "go get -t -u ./..." I get error
package golang.org/x/net/lex/httplex: cannot find package "golang.org/x/net/lex/httplex" in any of: /usr/local/go/src/golang.org/x/net/lex/httplex (from $GOROOT) /home/thomas/go/src/golang.org/x/net/lex/httplex (from $GOPATH) So, I change this files request_writer.go and roundtrip.go "golang.org/x/net/lex/httplex" ==> "golang.org/x/net/http/httpguts"
And when I try again "go get -t -u ./..." I got this error:
github.com/lucas-clemente/quic-go/internal/crypto internal/crypto/key_derivation.go:47:60: cs.KeyLen undefined (type mint.CipherSuiteParams has no field or method KeyLen) internal/crypto/key_derivation.go:48:58: cs.IvLen undefined (type mint.CipherSuiteParams has no field or method IvLen)
Metadata
Metadata
Assignees
No one assignedLabels
No labelsNo labelsProjects
No projectsMilestone
No milestoneRelationships
None yetDevelopment
No branches or pull requestsIssue actions
You can’t perform that action at this time.Từ khóa » Mp Quic Github
-
A QUIC Implementation In Pure Go - GitHub
-
Mp-quic/session.go At Conext17 - GitHub
-
Mp-quic/main.go At Conext17 - GitHub
-
Mp-quic/interface.go At Conext17 · Qdeconinck/mp-quic - GitHub
-
Mp-quic/server.go At Conext17 - GitHub
-
Mp-quic/path.go At Conext17 - GitHub
-
Qdeconinck/draft-deconinck-multipath-quic · GitHub
-
Issues · Qdeconinck/mp-quic - GitHub
-
MIT License - Qdeconinck/mp-quic - GitHub
-
Mp-quic/main.go At Conext17 - GitHub
-
Mp-quic/path_manager.go At Conext17 - GitHub
-
Mp-quic/stream_framer.go At Conext17 - GitHub
-
Mp-quic/pconn_manager.go At Conext17 - GitHub
-
Internal/crypto/key_derivation.go:47:60 - GitHub