diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-06 16:10:58 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-06 16:10:58 +0300 |
commit | 4f33621f3f50286e607a3cdcc1f7a7d51075af95 (patch) | |
tree | 5637e7449f36fdb5ead86c9d62953b778d053f43 /src/backend/nodes/nodeFuncs.c | |
parent | 906e9249494bda975914b78fdd743609e1f83016 (diff) |
Don't set SO_SNDBUF on recent Windows versions that have a bigger default.
It's unnecessary to set it if the default is higher in the first place.
Furthermore, setting SO_SNDBUF disables the so-called "dynamic send
buffering" feature, which hurts performance further. This can be seen
especially when the network between the client and the server has high
latency.
Chen Huajun
Diffstat (limited to 'src/backend/nodes/nodeFuncs.c')
0 files changed, 0 insertions, 0 deletions