Skip to content
Snippets Groups Projects
  • Deucе's avatar
    98318335
    typedef a socket_buffer_t · 98318335
    Deucе authored
    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.
    98318335
    History
    typedef a socket_buffer_t
    Deucе authored
    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.