Skip to content

Commit

Permalink
feat: Add /p2p-stardust
Browse files Browse the repository at this point in the history
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference
  • Loading branch information
mkg20001 authored Jan 11, 2019
1 parent 06da240 commit c330ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocols-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Protocols.table = [
[477, 0, 'ws'],
[478, 0, 'wss'],
[479, 0, 'p2p-websocket-star'],
[480, 0, 'p2p-stardust'],
[275, 0, 'p2p-webrtc-star'],
[276, 0, 'p2p-webrtc-direct'],
[290, 0, 'p2p-circuit']
Expand Down

0 comments on commit c330ac4

Please sign in to comment.