On Mar 31, 2013, at 1:50 AM, Todong Ma <gbstac...@gmail.com> wrote:

> Hi, everyone
> 
> How could I dertermine ITransport.write() succeed?
> In windows socket API, I can check send()'s return value to dertermine 
> whether send() succeed.
> 
> Any suggestion is appreciated.

ITransport.write() always succeeds.  It may or may not call socket.send 
immediately, so it cannot tell you if the socket.send() succeeded or not.

What are you trying to do?

-glyph


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to