This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
api -c $(ls -dm stun*.txt | tr -d ' ') -except except.txt github.com/gortc/stun | ||
api -c $(ls -dm stun*.txt | tr -d ' \n') -except except.txt github.com/gortc/stun |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
pkg github.com/gortc/stun, const AttrConnectionID = 42 | ||
pkg github.com/gortc/stun, const AttrConnectionID AttrType | ||
pkg github.com/gortc/stun, const CodeConnAlreadyExists = 446 | ||
pkg github.com/gortc/stun, const CodeConnAlreadyExists ErrorCode | ||
pkg github.com/gortc/stun, const CodeConnTimeoutOrFailure = 447 | ||
pkg github.com/gortc/stun, const CodeConnTimeoutOrFailure ErrorCode | ||
pkg github.com/gortc/stun, const MethodConnect = 10 | ||
pkg github.com/gortc/stun, const MethodConnect Method | ||
pkg github.com/gortc/stun, const MethodConnectionAttempt = 12 | ||
pkg github.com/gortc/stun, const MethodConnectionAttempt Method | ||
pkg github.com/gortc/stun, const MethodConnectionBind = 11 | ||
pkg github.com/gortc/stun, const MethodConnectionBind Method |
File renamed without changes.