Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Standalone WebRTC-based NAT traversal

With peer-to-peer communication, a set of tools to directly connect two
endpoints is employed to bypass the intermediary barriers of NAT/firewall
devices. [WebRTC](http://www.webrtc.org/webrtc-native-code-package), a new
devices. [WebRTC](https://webrtc.org/), a new
project that enables real-time communication capabilities in web browsers, uses
a trio of NAT traversal standards--ICE, STUN, and TURN--to help a peer discover
the topology between itself and the peer it wishes to communicate with. These
Expand Down