On 01:40 am, [email protected] wrote: >Hi experts > >Does Twisted support TCP MD5 Signature Option? >If does, how to use this? >Very thanks.
Not specifically. You can get the underlying socket and call `setsockopt´ on it, though. I've never used TCP MD5 signatures (it's a pretty obscure feature that is not widely used), is being able to set the socket option sufficient to "use" the feature? Jean-Paul >Best >Regards, > >Xiao Peng _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
