From 06ac4ca494b950ad80b77fa1a2fcaa56463db1e6 Mon Sep 17 00:00:00 2001 From: Michiel De Backker Date: Sat, 20 Jun 2020 21:07:10 +0200 Subject: [PATCH] Add pion/udp Breaking out the UDP wrapper to make it re- usable in pion/sctp. Relates to pion/sctp#74 --- .github/workflows/assets-sync.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/assets-sync.yml b/.github/workflows/assets-sync.yml index 4bfee16..67a3268 100644 --- a/.github/workflows/assets-sync.yml +++ b/.github/workflows/assets-sync.yml @@ -27,6 +27,7 @@ jobs: pion/transport pion/turn pion/webrtc + pion/udp root_dir: ci git_user: Pion Bot git_email: 59523206+pionbot@users.noreply.github.com diff --git a/README.md b/README.md index a00d94d..69f2473 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu * [Luke S](https://github.com/encounter) * [Aurken Bilbao](https://github.com/aurkenb) - *Misc fixes* * [Tarrence van As](https://github.com/tarrencev) +* [Michiel De Backker](https://github.com/backkem) - *Add pion/udp* ### License MIT License - see [LICENSE](LICENSE) for full text