RFC Errata
RFC 5780, "NAT Behavior Discovery Using Session Traversal Utilities for NAT (STUN)", May 2010
Note: This RFC has been updated by RFC 8553
Source of RFC: behave (tsv)See Also: RFC 5780 w/ inline errata
Errata ID: 2844
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: John Selbie
Date Reported: 2011-06-25
Verifier Name: Wes Eddy
Date Verified: 2011-06-27
Section 7.5 says:
RESPONSE-PORT is a 16-bit unsigned integer in network byte order followed by 2 bytes of padding. Allowable values of RESPONSE-PORT are 0-65536.
It should say:
RESPONSE-PORT is a 16-bit unsigned integer in network byte order followed by 2 bytes of padding. Allowable values of RESPONSE-PORT are 0-65535.
Notes:
The 16-bit unsigned int range is 0-65535 (0x0000 - 0xffff). 65536 can't be represented inside a a 16-bit.