I\'m using Python 3 but assume Python 2 would work similarly
I want to have a python TCP socket receive exactly x_bytes.
msg = sock.recv(x_bytes)