comp.lang.ada
 help / color / mirror / Atom feed
* SCTP implementation
@ 2016-06-14 18:58 Olivier Henley
  2016-06-14 20:05 ` Dmitry A. Kazakov
  0 siblings, 1 reply; 5+ messages in thread
From: Olivier Henley @ 2016-06-14 18:58 UTC (permalink / raw)


Hi to all,

Anyone aware of an Ada implementation of the SCTP protocol?

Thx.

https://bloggeek.me/sctp-data-channel/
https://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SCTP implementation
  2016-06-14 18:58 SCTP implementation Olivier Henley
@ 2016-06-14 20:05 ` Dmitry A. Kazakov
  2016-06-14 22:20   ` David Botton
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry A. Kazakov @ 2016-06-14 20:05 UTC (permalink / raw)


On 2016-06-14 20:58, Olivier Henley wrote:

> Anyone aware of an Ada implementation of the SCTP protocol?

Well, SCTP is a transport layer protocol. There must be Windows and 
Linux kernel drivers and networks infrastructure devices implementing 
it, who knows in what language written.

Ada implementation presumes an application layer protocol. I hope you 
are not asking for SCTP on top of raw Ethernet, that would make no sense.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SCTP implementation
  2016-06-14 20:05 ` Dmitry A. Kazakov
@ 2016-06-14 22:20   ` David Botton
  2016-06-14 23:47     ` Olivier Henley
  2016-06-15  7:33     ` Dmitry A. Kazakov
  0 siblings, 2 replies; 5+ messages in thread
From: David Botton @ 2016-06-14 22:20 UTC (permalink / raw)


Unless he wants sctp over udp


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SCTP implementation
  2016-06-14 22:20   ` David Botton
@ 2016-06-14 23:47     ` Olivier Henley
  2016-06-15  7:33     ` Dmitry A. Kazakov
  1 sibling, 0 replies; 5+ messages in thread
From: Olivier Henley @ 2016-06-14 23:47 UTC (permalink / raw)


On Tuesday, June 14, 2016 at 6:20:08 PM UTC-4, David Botton wrote:
> Unless he wants sctp over udp

Probably yes.

At https://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol we can read: 'In the absence of native SCTP support in operating systems it is possible to tunnel SCTP over UDP,[1] as well as mapping TCP API calls to SCTP ones.'

I am asking because WebRTC DataChannel is at the door and pushing (demand and needs... game developer perspective here) See https://www.cubeslam.com/ by google.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SCTP implementation
  2016-06-14 22:20   ` David Botton
  2016-06-14 23:47     ` Olivier Henley
@ 2016-06-15  7:33     ` Dmitry A. Kazakov
  1 sibling, 0 replies; 5+ messages in thread
From: Dmitry A. Kazakov @ 2016-06-15  7:33 UTC (permalink / raw)


On 15/06/2016 00:20, David Botton wrote:
> Unless he wants sctp over udp

Raw Ethernet would make far more sense than that. But I guess that in 
case of any reasonable demand MS will implement it for Windows, fitted 
into the existing socket infrastructure.

P.S. I don't know if SCTP will make it. So far it seems that there is no 
interest in SCTP. The network infrastructure keeps on improving 
drastically. Whatever gains SCTP might provide they look minuscule in 
comparison.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-15  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-14 18:58 SCTP implementation Olivier Henley
2016-06-14 20:05 ` Dmitry A. Kazakov
2016-06-14 22:20   ` David Botton
2016-06-14 23:47     ` Olivier Henley
2016-06-15  7:33     ` Dmitry A. Kazakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox