sctp chunked messages

Anders Nygren anders.nygren@REDACTED
Thu Aug 20 22:23:38 CEST 2009


After some more testing I have found that
1, the error only happens when it is the client that is receiving chunked
messages.
2, it works correctly on Solaris

/Anders

On Wed, Aug 19, 2009 at 4:06 PM, Anders Nygren<anders.nygren@REDACTED> wrote:
> Hi
> I am having a problem with chunked messages. When I try to send a
> message that is ~2kByte, it gets split into two chunks. But gen_sctp
> does not reassemble the chunks and only delivers the last chunk to
> my application.
> I have attached a simple test case to demonstrate the problem.
>
> To run
> Machine A:
> sctp_err:server(IP,Port).
>
> Machine B:
> sctp_err:client(IP,Port).
>
> I dont know if this is related but sometimes I also receive a
> {sctp_error, enoent} before the the #sctp_sndrcvinfo with the second
> chunk.
>
> This is using
> OTP R13B01
> Between two machines running Ubuntu
>
> uname -a
> Linux curso-laptop 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25
> 00:28:35 UTC 2009 i686 GNU/Linux
>
>  uname -a
> Linux glr-desktop 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51
> UTC 2009 i686 GNU/Linux
>
> /Anders
>


More information about the erlang-bugs mailing list