prepare for multiplexed snowflake (#11)

This commit is contained in:
Serene Han 2016-03-12 22:29:56 -08:00
parent 6b5a36ac84
commit 5e318b6219
4 changed files with 20 additions and 19 deletions

View file

@ -33,7 +33,7 @@ class Broker
@url += '/' if '/' != @url.substr -1
# Promises some client SDP Offer.
# Registers this Snowfalke with the broker using an HTTP POST request, and
# Registers this Snowflake with the broker using an HTTP POST request, and
# waits for a response containing some client offer that the Broker chooses
# for this proxy..
# TODO: Actually support multiple clients.