Compare commits
No commits in common. "8c6940b5e9aab3ab86c3d4319847be72ff0f4ff6" and "c6b13de9f89819789b4228df567d6cf0ba48d4a8" have entirely different histories.
8c6940b5e9
...
c6b13de9f8
1 changed files with 0 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
# UDPConnection
|
||||
|
||||
[C++ conan package](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions)
|
||||
|
||||
Provides a network connection over UDP, with verification of packet support via
|
||||
libsodium (optional). Implemented in C++ (up to C++11 standard), but is
|
||||
available via a C api, which should facilitate creating bindings for other
|
||||
|
@ -84,10 +82,3 @@ https://git.seodisparate.com/stephenseo/UDPConnection
|
|||
# Other Notes
|
||||
|
||||
Inspired by [a series of blog posts about networking for games.](https://gafferongames.com/categories/game-networking/)
|
||||
|
||||
## Conan
|
||||
|
||||
conan packages of this library are [available here](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions).
|
||||
|
||||
The `conan` branch contains the necessary changes to publish this library as a
|
||||
conan package. Expect the `conan` branch to rebase on `master` in the future.
|
||||
|
|
Loading…
Reference in a new issue