I used socket module for transferring some data from client to server. I didn't have much luck with looking for different TCP variants to try (CUBIC, Reno, Vegas, Fast TCP). Can I modify socket options or install some other modules so I can try them? I want to know if my data can be sent and received even a bit faster.
I also found some UDT and Tsunami projects in C++, so I planned on learning to wrap them into python, but I didn't have much success there, either. UDT wrapper for python is compatible with python2 and I couldn't even install the c++ source (compatible with older linux os and architectures). But that's probably for another question.