mirror of
https://github.com/pion/ice.git
synced 2025-10-05 07:26:55 +08:00
Harmonize capitalization of variable names
As most variable names are using camelCase.
This commit is contained in:
@@ -118,7 +118,7 @@ var (
|
||||
errParsePriority = errors.New("could not parse priority")
|
||||
errParsePort = errors.New("could not parse port")
|
||||
errParseRelatedAddr = errors.New("could not parse related addresses")
|
||||
errParseTypType = errors.New("could not parse typtype")
|
||||
errParseTCPType = errors.New("could not parse TCP type")
|
||||
errGetXorMappedAddrResponse = errors.New("failed to get XOR-MAPPED-ADDRESS response")
|
||||
errConnectionAddrAlreadyExist = errors.New("connection with same remote address already exists")
|
||||
errReadingStreamingPacket = errors.New("error reading streaming packet")
|
||||
|
Reference in New Issue
Block a user