UDP

by POBA on July 21st, 2010
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
#ifndef WIN32
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#else
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
 
 
#include <stdio.h>
#include <unistd.h>
#include "../xpMessage.h"

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS