Files
bitcoin/src/compat
Matthew Zipkin 67f632b6de net: remove unnecessary casts in socket operations
These methods in the Sock class wrap corresponding syscalls,
accepting void* arguments and casting to char* internally, which is
needed for Windows support and ignored on other platforms because
the syscall itself accepts void*:

Send()
Recv()
GetSockOpt()
SetSockOpt()
2025-09-16 06:26:01 -04:00
..
2022-12-24 23:49:50 +00:00
2023-01-04 12:00:25 +00:00