mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-03-31 10:47:35 +03:00
6 lines
117 B
Go
6 lines
117 B
Go
package quic
|
|
|
|
// [UQUIC]
|
|
func (h *connIDManager) SetConnectionIDLimit(limit uint64) {
|
|
h.connectionIDLimit = limit
|
|
}
|