Skip to content
Snippets Groups Projects
Commit 3f08e8f6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

typedef a socket_buffer_t

This is so we can deal with send(), recv() and friends taking
a void* on BSD stacks, and a char* on Win32.

Not a big deal for C where a void* is universal, but C++ hates that
type of thing.
parent eb806b4a
Branches
Tags
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment