Bläddra i källkod

Cosmetic fixes

Paul-Louis Ageneau 5 år sedan
förälder
incheckning
177b3ea352
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 3 3
      README.md
  2. 1 1
      examples/signaling-server-python/signaling-server.py

+ 3 - 3
README.md

@@ -21,13 +21,13 @@ The WebRTC stack has been tested to be compatible with Firefox and Chromium.
 Protocol stack:
 - SCTP-based Data Channels ([draft-ietf-rtcweb-data-channel-13](https://tools.ietf.org/html/draft-ietf-rtcweb-data-channel-13))
 - DTLS/UDP ([RFC7350](https://tools.ietf.org/html/rfc7350) and [RFC8261](https://tools.ietf.org/html/rfc8261))
-- ICE ([RFC8445](https://tools.ietf.org/html/rfc8445)) with STUN [RFC5389](https://tools.ietf.org/html/rfc5389)
+- ICE ([RFC8445](https://tools.ietf.org/html/rfc8445)) with STUN ([RFC5389](https://tools.ietf.org/html/rfc5389))
 
 Features:
 - Full IPv6 support
-- Trickle ICE [draft-ietf-ice-trickle-21](https://tools.ietf.org/html/draft-ietf-ice-trickle-21)
+- Trickle ICE ([draft-ietf-ice-trickle-21](https://tools.ietf.org/html/draft-ietf-ice-trickle-21))
 - Multicast DNS candidates ([draft-ietf-rtcweb-mdns-ice-candidates-04](https://tools.ietf.org/html/draft-ietf-rtcweb-mdns-ice-candidates-04))
-- TURN relaying [RFC5766](https://tools.ietf.org/html/rfc5766) with [libnice](https://github.com/libnice/libnice) as ICE backend.
+- TURN relaying ([RFC5766](https://tools.ietf.org/html/rfc5766)) with [libnice](https://github.com/libnice/libnice) as ICE backend
 
 ### WebSocket
 

+ 1 - 1
examples/signaling-server-python/signaling-server.py

@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# libdatachannel signaling server example
+# Signaling server example for libdatachannel
 # Copyright (c) 2020 Paul-Louis Ageneau
 #
 # This program is free software: you can redistribute it and/or modify