- Notifications
You must be signed in to change notification settings - Fork80
Closed
Description
Running the example
1> {ok, FD} = procket:open(53, [{protocol, udp},{type, dgram},{family, inet}]).{ok,9}2> {ok, S} = gen_udp:open(53, [{fd,FD}]).{ok,#Port<0.929>}
seems to give me an error on OSX
1> {ok, FD} = procket:open(53, [{protocol, udp},{type, dgram},{family, inet}]).{ok,14}2> {ok, S} = gen_udp:open(53, [{fd,FD}]).** exception error: no match of right hand side value {error,einval}
When trying on a variety of ports. Is this expected to work on OSX?
Metadata
Metadata
Assignees
Labels
No labels