[erlang-bugs] gen_sctp type spec error
Anthony Shipman
als@REDACTED
Mon Feb 27 03:14:05 CET 2012
-spec send(Socket, SndRcvInfo, Data) -> ok | {error, Reason} when
Socket :: sctp_socket(),
SndRcvInfo :: #sctp_sndrcvinfo{},
Data :: binary | iolist(),
Reason :: term().
-spec send(Socket, Assoc, Stream, Data) -> ok | {error, Reason} when
Socket :: sctp_socket(),
Assoc :: #sctp_assoc_change{} | assoc_id(),
Stream :: integer(),
Data :: binary | iolist(),
Reason :: term().
That should be binary()
--
Anthony Shipman Mamas don't let your babies
als@REDACTED grow up to be outsourced.
More information about the erlang-bugs
mailing list