mas-bandwidth / netcode

Secure client/server connections over UDP
BSD 3-Clause "New" or "Revised" License
2.44k stars 191 forks source link

libsodium is /MT #82

Closed TrianglesPCT closed 5 years ago

TrianglesPCT commented 5 years ago

There is no lib compiled as /MD, perhaps add it in addition to the /MT one?

Is this bloatware libsodium library really necessary, perhaps strip out the parts that are actually used? It appears that netcode only calls 5 functions from this library--

Or add an option to disable this requirement..

gafferongames commented 5 years ago

I'm not hacking a crypto-primitive library that we depend on. That's a bad choice. libsodium is an open source library so you are free to compile it from source, yes?