tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Restore TCP_NODELAY #127

Closed Totktonada closed 5 years ago

Totktonada commented 5 years ago

It seems it was removed due to some problems on Windows. We need to check and possibly disable it on Windows, but enable on Linux.

Reason: The connector is synchronous, packets are often small and lack of this option can lead to delays.