mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-08 13:02:59 +02:00
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()