Home
last modified time | relevance | path

Searched refs:sendto_flags (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.c3973 int sendto_flags = 0; in redisSupervisedSystemd() local
4013 sendto_flags |= MSG_NOSIGNAL; in redisSupervisedSystemd()
4015 if (sendmsg(fd, &hdr, sendto_flags) < 0) { in redisSupervisedSystemd()