commit eaafc35ac156b75a794ac6b9534e7f731cc4e505 Author: Isis Lovecruft isis@torproject.org Date: Fri Dec 13 07:14:13 2013 +0000
Update spec: PT args are comma-separated. --- bridge-db-spec.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/bridge-db-spec.txt b/bridge-db-spec.txt index 6a80eba..c897226 100644 --- a/bridge-db-spec.txt +++ b/bridge-db-spec.txt @@ -108,11 +108,10 @@
BridgeDB parses the fingerprint, transport type, IP address, port and any arguments that are specified on these lines. BridgeDB skips the name. If - the fingerprint is invalid, BridgeDB skips the entry. - BridgeDB memorizes the transport type, IP address, port number, and any - arguments that are be provided and then it assigns them to the - corresponding bridge based on the fingerprint. Arguments are space - separated and are of the form k=v. + the fingerprint is invalid, BridgeDB skips the entry. BridgeDB memorizes + the transport type, IP address, port number, and any arguments that are be + provided and then it assigns them to the corresponding bridge based on the + fingerprint. Arguments are comma-separated and are of the form k=v,k=v. Bridges that do not have an associated extra-info entry are not invalid.
2. Assigning bridges to distributors
tor-commits@lists.torproject.org