SocketImplPlatformConfig.h 173 B

12345678910
  1. #pragma once
  2. #include <netinet/in.h>
  3. #include <sys/socket.h> // posix sockets
  4. struct ip_mreqn
  5. {
  6. struct in_addr imr_multiaddr;
  7. struct in_addr imr_address;
  8. };