2008-10-21

erlang udp multicast

    {ok, Socket} = gen_udp:open(Port, [binary, {active, false},
                                       
{reuseaddr, true},{ip, Addr},
                                       
{add_membership, {Addr, LAddr}}]).
where the Addr is the multicast group, and LAddr is a local interface.


댓글 없음:

댓글 쓰기