commit | 3979b869f3236b3a7e1c92b788eabced2a8345ed | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | Mon Nov 25 14:47:16 2013 -0500 |
committer | jfarrell <jfarrell@apache.org> | Mon Nov 25 14:47:16 2013 -0500 |
tree | 0dfc46d75279448651e6f4cffe4734fad6cdc2f8 | |
parent | cba92b308f894ef02b89c23ea6179faff6138772 [diff] |
THRIFT-2267:Should be able to choose socket family in Python TSocket Client: py Patch: Abraham Elmahrek Currenlty, the python library looks for AF_INET6, but some applications prefer AF_INET4. This should be selectable or configurable.