update usrsctp with new revision

This commit is contained in:
Sukchan Lee 2020-09-13 23:25:10 -04:00
parent c6718b96bb
commit 8f91273970
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[wrap-git]
directory = usrsctp
url = https://github.com/sctplab/usrsctp.git
revision = 09768bfcf22f91f6e43f0e692fc612564621d02f
revision = 995c0b84414466d77d52011e5b572cbe213b770a

View File

@ -70,7 +70,7 @@ int app_initialize(const char *const argv[])
*
* If freeDiameter is not used, it uses a delay of less than 4 seconds.
*/
ogs_msleep(1500);
ogs_msleep(2000);
return OGS_OK;;
}