Re: [Python-Dev] cpython: expose TCP_FASTOPEN and MSG_FASTOPEN

2012-12-13 Thread Benjamin Peterson
2012/12/13 Antoine Pitrou : > On Thu, 13 Dec 2012 04:24:54 +0100 (CET) > benjamin.peterson wrote: >> http://hg.python.org/cpython/rev/5435a9278028 >> changeset: 80834:5435a9278028 >> user:Benjamin Peterson >> date:Wed Dec 12 22:24:47 2012 -0500 >> summary: >> expose TCP_FASTOP

Re: [Python-Dev] cpython: expose TCP_FASTOPEN and MSG_FASTOPEN

2012-12-12 Thread Antoine Pitrou
On Thu, 13 Dec 2012 04:24:54 +0100 (CET) benjamin.peterson wrote: > http://hg.python.org/cpython/rev/5435a9278028 > changeset: 80834:5435a9278028 > user:Benjamin Peterson > date:Wed Dec 12 22:24:47 2012 -0500 > summary: > expose TCP_FASTOPEN and MSG_FASTOPEN > > files: > Mi