aboutsummaryrefslogtreecommitdiff
path: root/spec/pt-spec/naming.md
blob: f86c5e3f900b09c26d4b5ae861fc76a1f145e0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<a id="pt-spec.txt-3.1"></a>

# Pluggable Transport Naming

Pluggable Transport names serve as unique identifiers, and every
PT MUST have a unique name.

PT names MUST be valid C identifiers.  PT names MUST begin with
a letter or underscore, and the remaining characters MUST be
ASCII letters, numbers or underscores.  No length limit is
imposted.

PT names MUST satisfy the regular expression "`[a-zA-Z_][a-zA-Z0-9_]*`".