tarantool / tarantool-python

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

Add TCP_NODELAY back #131

Closed Totktonada closed 5 years ago

Totktonada commented 5 years ago

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

This option was removed in 341c0c17 due to unknown reasons.

Fixes #127.