Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
055748e4
Commit
055748e4
authored
Apr 02, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oc_config:disable DNS lookup for IPv6 endpoints
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parent
082f222f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
port/android/oc_config.h
port/android/oc_config.h
+1
-1
port/linux/oc_config.h
port/linux/oc_config.h
+1
-1
port/windows/oc_config.h
port/windows/oc_config.h
+1
-1
No files found.
port/android/oc_config.h
View file @
055748e4
...
...
@@ -26,7 +26,7 @@ typedef uint64_t oc_clock_time_t;
/* Add support for dns lookup to the endpoint */
#define OC_DNS_LOOKUP
#define OC_DNS_LOOKUP_IPV6
//
#define OC_DNS_LOOKUP_IPV6
/* If we selected support for dynamic memory allocation */
#ifdef OC_DYNAMIC_ALLOCATION
...
...
port/linux/oc_config.h
View file @
055748e4
...
...
@@ -34,7 +34,7 @@ typedef uint64_t oc_clock_time_t;
/* Add support for dns lookup to the endpoint */
#define OC_DNS_LOOKUP
#define OC_DNS_LOOKUP_IPV6
//
#define OC_DNS_LOOKUP_IPV6
/* If we selected support for dynamic memory allocation */
#ifdef OC_DYNAMIC_ALLOCATION
...
...
port/windows/oc_config.h
View file @
055748e4
...
...
@@ -24,7 +24,7 @@ typedef uint64_t oc_clock_time_t;
/* Add support for dns lookup to the endpoint */
#define OC_DNS_LOOKUP
#define OC_DNS_LOOKUP_IPV6
//
#define OC_DNS_LOOKUP_IPV6
#if !defined(OC_DYNAMIC_ALLOCATION)
#error "Set preprocessor definition OC_DYNAMIC_ALLOCATION in your build"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment