[Checkins] [zopefoundation/ZEO] 3d886d: Try to make sure TCP_NODELAY is set on INET socket...

GitHub noreply at github.com
Wed Jul 6 17:27:38 CEST 2016


  Branch: refs/heads/TCP_NODELAY
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 3d886d426243655b9f5a2528636e42b5c7662c19
      https://github.com/zopefoundation/ZEO/commit/3d886d426243655b9f5a2528636e42b5c7662c19
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
    M src/ZEO/asyncio/base.py

  Log Message:
  -----------
  Try to make sure TCP_NODELAY is set on INET sockets.

This is a nasty work around for: https://bugs.python.org/issue27456

It can't always be applied.  For example, it can't be applied to Linux
SSL sockets using the asyncio-provided loop.




More information about the checkins mailing list