]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: enable non-blocking mode on server sockets
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 21 May 2018 14:27:43 +0000 (16:27 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 25 May 2018 08:53:21 +0000 (10:53 +0200)
commit76bed76289575ba1640c02d370ae5304ef8c5fe2
treecfaae015086c7444abc71a20431310566644c603
parent113f2ebec03e7ac331f8b09fdd22107e56013c7e
ntp: enable non-blocking mode on server sockets

Avoid blocking in sendmsg() due to a full send buffer.
ntp_io.c