Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket-nif: Fix string argument passing for setsockopt
When passing a string into setsockopt we have to use the pointer to the string, not a pointer to a pointer. Affects the socket bindtodevice and tcp congestion option.
- Loading branch information