Here’s an error that showed up in the snowflake log last night:
sctp ERROR: 2022/07/04 05:28:29 [0xc000c82820] stream 1 not found)
repeated about 25 times in that second
I’m mostly curious about what ‘sctp’ is.
Thanks
Here’s an error that showed up in the snowflake log last night:
sctp ERROR: 2022/07/04 05:28:29 [0xc000c82820] stream 1 not found)
repeated about 25 times in that second
I’m mostly curious about what ‘sctp’ is.
Thanks
SCTP is a protocol used to communicate on the internet. It’s on the same layer as the better known TCP and UDP. In Snowflake, it’s used by WebRTC which in turn is used to connect the Snowflake with a client.
Ah, I see. I wondered if it was on the transport layer. Thanks! Much appreciated.
This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.