[Twisted-Python] ENOBUF and Twisted

Tim Allen screwtape at froup.com
Thu Aug 19 07:58:59 EDT 2004


On 19 Aug 2004, at 17:31, Grzegorz Makarewicz wrote:
> screwtape at froup.com wrote:
>> A colleague of mine was working with a server written in Twisted
>> today, and he ran into a problem involving Twisted. He called me over
>> (since I'm supposed to be the Python Guru here, which just means I'm
>> slightly less ignorant than everybody else :) and we tracked the
>> behaviour in question all the way down to twisted.internet.tcp.
>
> This is not a bug
>
> select says "yes there is room inm the socket buffer"
> however datagram protocols do not store anythign in the outgoing socket
> buffer, but, instead hand the packets directly to the driver for the
> NIC.

Surely TCP is not a datagram protocol.

Screwtape,
...puzzled.





More information about the Twisted-Python mailing list