mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Default network API is NIT
This commit is contained in:
@@ -124,6 +124,12 @@ char *strerror PROTO ((int));
|
|||||||
as usual, SysV can't do networking to save its life. */
|
as usual, SysV can't do networking to save its life. */
|
||||||
#define USE_POLL
|
#define USE_POLL
|
||||||
|
|
||||||
|
/* By default, use NIT API for receiving and sending packets... */
|
||||||
|
#if defined (USE_DEFAULT_NETWORK)
|
||||||
|
# define USE_NIT
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define EOL '\n'
|
#define EOL '\n'
|
||||||
#define VOIDPTR void *
|
#define VOIDPTR void *
|
||||||
|
|
||||||
|
@@ -124,6 +124,12 @@ char *strerror PROTO ((int));
|
|||||||
as usual, SysV can't do networking to save its life. */
|
as usual, SysV can't do networking to save its life. */
|
||||||
#define USE_POLL
|
#define USE_POLL
|
||||||
|
|
||||||
|
/* By default, use NIT API for receiving and sending packets... */
|
||||||
|
#if defined (USE_DEFAULT_NETWORK)
|
||||||
|
# define USE_NIT
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define EOL '\n'
|
#define EOL '\n'
|
||||||
#define VOIDPTR void *
|
#define VOIDPTR void *
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user