Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Example fails on OSX #26

Closed
Closed
@philipcristiano

Description

@philipcristiano

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp