我正在尝试使用php进行udp多播。
但是当我尝试加入多播组时:
socket_set_option($ttl_socket, SOL_SOCKET, MCAST_JOIN_GROUP, array("group"=>"239.255.24.7","interface"=>"eth0"));
它返回:
socket_set_option(): unable to set socket option [95]: Operation not supported
根据手册,从版本5.4开始应该支持它。 我正在运行版本5.4.45。