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

Tags: msantos/procket

Tags

v0.9.9

Toggle v0.9.9's commit message
0.9.9Bump version to release a new hex.pm package: the 0.9.8 hex packagemistakenly included compiled artifacts causing builds to fail:https://preview.hex.pm/preview/procket/0.9.8/show/c_src/libancillary.aReported inmsantos/gen_icmp#21Thanks@walkr !

v0.9.8

Toggle v0.9.8's commit message
0.9.8

v0.9.7

Toggle v0.9.7's commit message
0.9.7

0.9.6

Toggle 0.9.6's commit message
0.9.6Fixes#52Thanks@evanmcc!

0.9.3

Toggle 0.9.3's commit message
mktmp: fix off by oneReported in:#41Thanks@tduccuong!

0.9.2

Toggle 0.9.2's commit message
0.9.2: updates for hex.pm

0.9.0

Toggle 0.9.0's commit message
Release 0.9.0

0.8.0

Toggle 0.8.0's commit message
README: fix exampleWhen passing in an fd to gen_udp:open/2, the port must be set to 0. Theexamples were fixed way back in b5c16f.#26Thanks@philipcristiano!

0.7.0

Toggle 0.7.0's commit message
Return number of bytes for partial writesThe write functions (sendto/4, sendmsg/5, write/2, writev/2) have had along standing bug where failure to write the complete buffer wassilently ignored.Return a tuple containing the number of bytes written if the completebuffer could not be sent. Writes can be continued using something like:    write_exact(FD, Buf) ->        case procket:write(FD, Buf) of            ok ->                ok;            {ok, N} - >                {_:N/bytes, Rest/binary} = Buf,                write_exact(FD, Rest);            Error ->                Error        end.Successful writes of the entire buffer still return 'ok'.
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp