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
25e89d42
Commit
25e89d42
authored
Jan 21, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux/ip:close all TLS sessions on n/w i/f change
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parent
6017ed5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
port/linux/ipadapter.c
port/linux/ipadapter.c
+1
-0
No files found.
port/linux/ipadapter.c
View file @
25e89d42
...
...
@@ -645,6 +645,7 @@ process_interface_change_event(void)
}
if
(
if_state_changed
)
{
oc_close_all_tls_sessions
();
for
(
i
=
0
;
i
<
num_devices
;
i
++
)
{
ip_context_t
*
dev
=
get_ip_context_for_device
(
i
);
oc_network_event_handler_mutex_lock
();
...
...
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