diff options
| author | Salvatore Dario Minonne <salvatore-dario.minonne@amadeus.com> | 2015-06-26 09:44:28 +0200 |
|---|---|---|
| committer | Salvatore Dario Minonne <salvatore-dario.minonne@amadeus.com> | 2015-06-26 09:44:28 +0200 |
| commit | 0b9ca955f4ee89ed39f1d8215ec850ac7bf7bbd0 (patch) | |
| tree | 9542afb094e653d1a752560d0d5d3918365ad395 /identifiers.md | |
| parent | 95da5e0c186219bab01f62c0a122b87673e88c96 (diff) | |
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
Diffstat (limited to 'identifiers.md')
| -rw-r--r-- | identifiers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/identifiers.md b/identifiers.md index b75577c2..23b976d3 100644 --- a/identifiers.md +++ b/identifiers.md @@ -20,6 +20,8 @@ Name [rfc4122](http://www.ietf.org/rfc/rfc4122.txt) universally unique identifier (UUID) : A 128 bit generated value that is extremely unlikely to collide across time and space and requires no central coordination +[rfc6335](https://tools.ietf.org/rfc/rfc6335.txt) port name (IANA_SVC_NAME) +: An alphanumeric (a-z, and 0-9) string, with a maximum length of 15 characters, with the '-' character allowed anywhere except the first or the last character or adjacent to another '-' character, it must contain at least a (a-z) character ## Objectives for names and UIDs |
