multiaddr: change UDP constant from 17 to 273. (#714)

Fixes #692
This commit is contained in:
Toralf Wittner
2018-11-30 21:10:49 +01:00
committed by Pierre Krieger
parent 3c614c23ac
commit 69eafd9869
2 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,7 @@ const P2P_CIRCUIT: u32 = 290;
const QUIC: u32 = 460;
const SCTP: u32 = 132;
const TCP: u32 = 6;
const UDP: u32 = 17;
const UDP: u32 = 273;
const UDT: u32 = 301;
const UNIX: u32 = 400;
const UTP: u32 = 302;