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.
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.
The README.MD refers to the timing
iat-mode=0
and as welliatMode
When usingiat-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 sayiat-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.