Set TCP_NODELAY and non blocking to frontend socket.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 29 Jan 2018 04:53:18 +0000 (13:53 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 29 Jan 2018 04:53:18 +0000 (13:53 +0900)
commit3fe84f82537732ae2240e6e87d970d9193e01c93
tree8e9b3483665e90276b000fff9a4f3451597f3960
parent9022ff842fb5dbbe06e2f2f4cf38fadf47b592da
Set TCP_NODELAY and non blocking to frontend socket.

TCP_NODELAY is employed by PostgreSQL, so do we it.

Listen fd is set to non blocking. To make sure accept fd is set to non
blocking.
src/protocol/child.c