I want to broadcast Bitcoin transactions using python's socket library.
If that's all you want to do, you need not concern yourself with the protocol version. The process is like it's always been: 1. Open socket and connect to the peer using its IP address and port 2. Perform handshare (Send version, receive version and verack, send verack) 3. Push your tx in a tx message