mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
Fix type of CandidatePairState constants
This commit is contained in:
committed by
Sean DuBois
parent
8680cd591f
commit
b386d4488f
@@ -9,7 +9,7 @@ type CandidatePairState int
|
||||
const (
|
||||
// CandidatePairStateWaiting means a check has not been performed for
|
||||
// this pair
|
||||
CandidatePairStateWaiting = iota + 1
|
||||
CandidatePairStateWaiting CandidatePairState = iota + 1
|
||||
|
||||
// CandidatePairStateInProgress means a check has been sent for this pair,
|
||||
// but the transaction is in progress.
|
||||
|
||||
Reference in New Issue
Block a user