diff options
author | Jaehyun Kim <jeik01.kim@samsung.com> | 2020-10-27 03:06:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2020-10-27 03:06:18 +0000 |
commit | 72d860550e92489f203362d5fba7ae372427ed42 (patch) | |
tree | 166b1adb731704b941a9bd362c9ce3639fae9eb7 /src/main.c | |
parent | 968835a6331514c865a8a471cc6b055fcdd1f687 (diff) | |
parent | 2ff3cf0e89bbdc19bc261000526562f684b29554 (diff) | |
download | connman-72d860550e92489f203362d5fba7ae372427ed42.tar.gz connman-72d860550e92489f203362d5fba7ae372427ed42.tar.bz2 connman-72d860550e92489f203362d5fba7ae372427ed42.zip |
Merge "[src/rtnl] Add retry mechanism when socket GIO channel fails" into tizen
Diffstat (limited to 'src/main.c')
-rwxr-xr-x | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1407,7 +1407,11 @@ int main(int argc, char *argv[]) __connman_clock_init(); __connman_ipconfig_init(); +#if defined TIZEN_EXT + __connman_rtnl_init(GIO_SOCKET_RETRY_COUNT); +#else /* TIZEN_EXT */ __connman_rtnl_init(); +#endif /* TIZEN_EXT */ __connman_task_init(); __connman_proxy_init(); __connman_detect_init(); |