Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Unexport dialer * Deprecate decoy dialer * Split client transport interface * Add functions to interface * Remove delay from registrars * Add client side transport * Add transport to defaultTransport, fix client * Type alias instead of definition * Fix more type alias * Add station side transport * Sync gotapdance * Fix lint * Split client listen and dial * Add debug print * Revert "Add debug print" This reverts commit f5a162d. * Fix err check * Increase heartbeat interval, rm print * Add SkipVerifyHello option skip hello verify when acting as server * Add connecting stats interface * Add connecting stats to regmanager * Add stats during handle connecting tp reg * Rename * Add discard * Implement connecting stats * Decrement stats * Add string, reset * Add connectingstats to regconfig * Load atomic * Print counts in stats * Fix comment * Dbg increase verbose * Rename vars * Change back verbose * Log unreg dtls part * Increase timeout * Revert "Increase timeout" This reverts commit 909f7e6. * Implement custom listener * Add no registration num * Add examples * Add other failed state * Rm discard state * Rm more, add end state percentage * Rename timeout, check error * Print total end states * Split success states for connecting transport * Update client dep * Fix logger * Rm print
- Loading branch information