Multicast in python is freezing my network. How to send data through socket without freezing a network?

前端 未结 0 1995
独厮守ぢ
独厮守ぢ 2021-01-21 01:45
import socket
import json
from helper import sendDet

MCAST_GRP = \'224.0.0.1\'
MCAST_PORT = 5111
MULTICAST_TTL = 2

res = sendDet()
res = {\'data\': res}
res = json.dum         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题