mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2025-11-21 02:27:43 +00:00
IPv6 comments
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#define NTIMED_COMPILER_H
|
||||
|
||||
/*
|
||||
* See alse:
|
||||
* See also:
|
||||
* http://codewiz.org/projects/amiga/Headers/CompilerSpecific.h
|
||||
*
|
||||
*/
|
||||
@ -84,6 +84,8 @@ typedef unsigned int socklen_t;
|
||||
typedef uint16_t in_port_t;
|
||||
#endif
|
||||
|
||||
// Is this needed since we dont use IPv6 ?
|
||||
|
||||
// General socket address holding structure, big enough to hold either
|
||||
// struct sockaddr_in or struct sockaddr_in6 data:
|
||||
struct sockaddr_storage {
|
||||
|
||||
Reference in New Issue
Block a user