[Twisted-Python] Don't Finalize Connection

Laurens Van Houtven _ at lvh.io
Tue Jul 23 03:42:33 MDT 2013


Hi Thomas,

On Tue, Jul 23, 2013 at 4:15 AM, Thomas Hommers <thomas.hommers at ebalu.com>wrote:

> It seems that after i send data with self.transport.write(data) the last
> packet will be send with the "FP." flag, what seems to "Finalize" the
> connection from this end.
>

I can't find any information on the "FP" flag in either IP or TCP.

Either way, if you just call self.transport.write, nothing is finalized.
Only when you call loseConnection is the connection lost :)

Are you observing any behavior that suggests that the connection is lost or
"finalized"? (I must admit I'm unfamiliar with the latter term, and have no
idea what you're referring to.)

Thanks.
> Thomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20130723/34e80da5/attachment-0002.html>


More information about the Twisted-Python mailing list