first
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package scheduler
|
||||
|
||||
import quic "github.com/AeonDave/mp-quic-go"
|
||||
|
||||
func init() {
|
||||
Register("lowlatency", func() quic.PathScheduler {
|
||||
return quic.NewLowLatencyScheduler()
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user