Modification to blocking bahavior of zts_start, is now settable. Improved address family handling in JNI

This commit is contained in:
Joseph Henry
2017-10-16 16:45:46 -07:00
parent ce22940f57
commit 45260c4e69
13 changed files with 199 additions and 242 deletions

View File

@@ -1932,7 +1932,7 @@ int ZT_control_semantics_test(bool *passed)
DEBUG_TEST("---\n");
sleep(1);
*/
zts_start(path);
zts_start(path, false);
zts_join(nwid);
zts_leave(nwid);
zts_stop();