1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2026-01-12 10:38:43 +00:00

IPv6 comments

This commit is contained in:
llsth
2015-03-17 16:46:39 +01:00
parent 896c04adfa
commit c09c346f1d

View File

@ -28,7 +28,7 @@
#define NTIMED_COMPILER_H #define NTIMED_COMPILER_H
/* /*
* See alse: * See also:
* http://codewiz.org/projects/amiga/Headers/CompilerSpecific.h * http://codewiz.org/projects/amiga/Headers/CompilerSpecific.h
* *
*/ */
@ -84,6 +84,8 @@ typedef unsigned int socklen_t;
typedef uint16_t in_port_t; typedef uint16_t in_port_t;
#endif #endif
// Is this needed since we dont use IPv6 ?
// General socket address holding structure, big enough to hold either // General socket address holding structure, big enough to hold either
// struct sockaddr_in or struct sockaddr_in6 data: // struct sockaddr_in or struct sockaddr_in6 data:
struct sockaddr_storage { struct sockaddr_storage {