I\'ve been using python3.6 to capture a high speed udp stream and experimented with both socket.recv() and socket.recv_into(). I expec
python3.6
socket.recv()
socket.recv_into()