#Introduction Channeler is a multi-channel protocol with per-channel capabilities. It’s something of a parallel development to QUIC, but with distinct features. The design for channeler was originally inspired by experience with video streaming over peer-to-peer networks in 2006-2009. In order to safely traverse NATs, a UDP-based implementation is required. Using that, however, means losing reliability criteria of TCP. From an application perspective, however, it’s not always clear which ...