Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
api: add v1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 21, 2018
1 parent 5083061 commit 5c00cd7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/check.sh
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.
12 changes: 12 additions & 0 deletions api/stun1.17.0.txt
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.

0 comments on commit 5c00cd7

Please sign in to comment.