diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-09-10 16:51:53 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-09-10 16:51:53 +0000 |
commit | 9179c6540be20a23d3ce2d8f651eb3d4d483f1d2 (patch) | |
tree | 926a98f24f244b6d67c286fb1ef1b0d986c16735 /net/yate/files/patch-modules_server_lksctp.cpp | |
parent | - Resolve socket permission issues (diff) |
net/yate: update 6.0.0 -> 6.1.0
PR: 231153
Reviewed by: tobik
Submitted by: koue@chaosophia.net (maintainer)
Relnotes: http://yate.null.ro/websvn/log.php?repname=yate&path=%2Ftrunk%2F&rev=0&isdir=1
Notes
Notes:
svn path=/head/; revision=479440
Diffstat (limited to 'net/yate/files/patch-modules_server_lksctp.cpp')
-rw-r--r-- | net/yate/files/patch-modules_server_lksctp.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/yate/files/patch-modules_server_lksctp.cpp b/net/yate/files/patch-modules_server_lksctp.cpp index 32e103e1cdb2..4ad9bc5a2ca9 100644 --- a/net/yate/files/patch-modules_server_lksctp.cpp +++ b/net/yate/files/patch-modules_server_lksctp.cpp @@ -1,6 +1,6 @@ ---- modules/server/lksctp.cpp.orig 2018-03-28 11:56:42 UTC +--- modules/server/lksctp.cpp.orig 2018-08-30 14:23:27 UTC +++ modules/server/lksctp.cpp -@@ -529,9 +529,10 @@ bool LKSocket::alive() const +@@ -521,9 +521,10 @@ bool LKSocket::alive() const status.sstat_primary.spinfo_state); } } @@ -8,8 +8,8 @@ + //static int s_lastSstatState = SCTP_EMPTY; + static int s_lastSstatState = SCTP_CLOSED; switch (status.sstat_state) { -- MAKE_CASE(EMPTY,Local); -+ //MAKE_CASE(EMPTY,Local); - MAKE_CASE(CLOSED,Local); - MAKE_CASE(COOKIE_WAIT,Local); - MAKE_CASE(COOKIE_ECHOED,Local); +- MAKE_CASE(EMPTY,Association); ++ //MAKE_CASE(EMPTY,Association); + MAKE_CASE(CLOSED,Association); + MAKE_CASE(COOKIE_WAIT,Association); + MAKE_CASE(COOKIE_ECHOED,Association); |