21 #include <netinet/in.h>
28 #define ERRNO WSAGetLastError()
45 #define ERRNO WSAGetLastError()
46 #define EINPROGRESS WSAEINPROGRESS
47 #define ENOBUFS WSAENOBUFS
49 #define EFAULT WSAEFAULT
51 #define EWOULDBLOCK WSAEWOULDBLOCK
52 #define ECONNRESET WSAECONNRESET
53 #define ECONNABORTED WSAECONNABORTED
55 #define EAGAIN WSAEWOULDBLOCK
60 #ifdef DtUSE_UTILITIES_NAMESPACE
61 namespace DtUSE_UTILITIES_NAMESPACE
69 #define DtDEFAULT_SOCK_BUFF_SIZE 65504 // Since Win32 MAX_MSG_SIZE is 65507
85 #ifdef DtUSE_UTILITIES_NAMESPACE
This file contains the declaration of DtFedTarget and several helper classes.
provides basic Operating Independent Methods useful to a federate
This file contains typedefs for machine dependant types.