]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r317244:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Aug 2017 07:40:05 +0000 (07:40 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Aug 2017 07:40:05 +0000 (07:40 +0000)
commita4b8334961a75ab5002628eef4152333669144f1
tree6a966379b9f3cfac71a09b951a1517885b77f28c
parentf6e5c84fb6c266521d0f9a41a32048a4be797107
MFC r317244:

Represent "a syncache overflow hasn't happend yet" by using
-(SYNCOOKIE_LIFETIME + 1) instead of INT64_MIN, since it is
good enough and works when time_t is int32 or int64.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/10@322454 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/tcp_syncache.c