]> git.ipfire.org Git - thirdparty/tornado.git/commit
netutil.bind_sockets: add `reuse_port` option to set SO_REUSEPORT 1514/head
authorAnton Tiurin <noxiouz@yandex.ru>
Wed, 9 Sep 2015 11:36:21 +0000 (14:36 +0300)
committerAnton Tiurin <noxiouz@yandex.ru>
Fri, 11 Sep 2015 22:40:47 +0000 (01:40 +0300)
commitfffaa2f7f729570d3bc28b92281d8875e39c9973
tree26a69228246e6eb1bedc127b13eac46fd4d41e95
parent88eefe943461a354165db5398602d1185c6656b9
netutil.bind_sockets: add `reuse_port` option to set SO_REUSEPORT

This option is False by default, because not all platforms support
it.

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
tornado/netutil.py
tornado/test/netutil_test.py
tornado/testing.py