You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Developers_Guide.txt
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,4 @@ Call to IP2Proxy_close will not deleted the shared memory, it will only detach t
69
69
70
70
When IP2Proxy_delete_shared_memory() function is called, and if any other process(es) is attached to shared memory, it will only delete the name of the shared memory but the other process(es) will continue to use memory and memory will be freed only after last attached process is detached from it.
71
71
72
-
After calling IP2Proxy_delete_shared_memory(), the next call to IP2Proxy_set_lookup_mode() with IP2PROXY_SHARED_MEMORY option will result in a new shared memory and will not reuse the old one if one exists and used by any other process. Please refer shm_open and shm_unlink man pages for more info.
73
-
74
-
75
-
Version 3.1.0 28/09/2020
72
+
After calling IP2Proxy_delete_shared_memory(), the next call to IP2Proxy_set_lookup_mode() with IP2PROXY_SHARED_MEMORY option will result in a new shared memory and will not reuse the old one if one exists and used by any other process. Please refer shm_open and shm_unlink man pages for more info.
0 commit comments