OperatorFoundation / shapeshifter-dispatcher

Shapeshifter Dispatcher converts Pluggable Transports that implement the Go API from the Pluggable Transports 2.1 specification into proxies usable by applications. Several proxy modes are provided, including proxying of both TCP and UDP traffic.
https://OperatorFoundation.org/
MIT License
177 stars 28 forks source link

Inconsistent iat documentation and handling #18

Closed KwadroNaut closed 5 years ago

KwadroNaut commented 5 years ago

The README.MD refers to the timing iat-mode=0 and as well iatMode When using iat-mode=0 at theclient you'll get: (obfs4 transport missing iatMode argument) The bridgeline that is produced by launching the server the first time will say iat-mode=0.

When looking at the v.2 spec you'll find 'iat-mode' in the appendix B, same for 2.1 draft. The GO Transports API and in the Dispatcher IPC Interface 2.1 draft you'll find both as well.

CryptoSax commented 5 years ago

Thank you for the feedback! i've corrected this inconsistency. every instance of iatMode has been replaced with iat-mode