Re: [Discuss-gnuradio] UDP sink that respects PDU? SOCK_SEQPACKET?

2018-09-30 Thread Albin Stigö
> Great, now I'll have to check the actual state of SOCK_SEQPACKET on > Linux on an international flight. SCTP is the greatest thing before sliced bread that never really happened... it works on the Internet but A LOT of consumer routers doesn't support it. Probably should have mentioned I

Re: [Discuss-gnuradio] UDP sink that respects PDU? SOCK_SEQPACKET?

2018-09-30 Thread CEL
Great, now I'll have to check the actual state of SOCK_SEQPACKET on Linux on an international flight. On Mon, 2018-10-01 at 00:04 +0200, Sylvain Munaut wrote: > Hi, > > > IIRC, the SOCK_SEQPACKET packet type paradigm never had a IP-based > > protocol that could be used across commodity networks

Re: [Discuss-gnuradio] UDP sink that respects PDU? SOCK_SEQPACKET?

2018-09-30 Thread Sylvain Munaut
Hi, > IIRC, the SOCK_SEQPACKET packet type paradigm never had a IP-based > protocol that could be used across commodity networks (unlike > SOCK_DGRAM, which pretty much defaults to UDP and SOCK_STREAM, which > pretty much defaults to TCP). Err ... what about SCTP ? Cheers, Sylvain

Re: [Discuss-gnuradio] UDP sink that respects PDU? SOCK_SEQPACKET?

2018-09-30 Thread CEL
Hi Albin, IIRC, the SOCK_SEQPACKET packet type paradigm never had a IP-based protocol that could be used across commodity networks (unlike SOCK_DGRAM, which pretty much defaults to UDP and SOCK_STREAM, which pretty much defaults to TCP). Could you enlighten us about your needs? I think our

[Discuss-gnuradio] UDP sink that respects PDU? SOCK_SEQPACKET?

2018-09-30 Thread Albin Stigö
Hi GNURadio friends, Is there a UDP sink that respects PDUs, ie that is based on tagged_stream_block? Is there a sink that uses SOCK_SEQPACKET? --Albin ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org