Files
bitcoin/src/util/sock.cpp
Vasil Dimov b5861100f8 net: add connect() and getsockopt() wrappers to Sock
Extend the `Sock` class with wrappers to `connect()` and `getsockopt()`.

This will make it possible to mock code which uses those.
2021-03-16 13:53:26 +01:00

9.7 KiB