Zixi Broadcaster/ZEC v18 Docum...
Zixi Edge Compute (ZEC)
ZEC Configuring MultiPath TCP
6min
developed by the internet engineering task force's (ietf) multipath tcp working group, multipath tcp (mptcp) is an effort towards enabling the simultaneous use of several ip addresses/interfaces by a modification of tcp that presents a regular tcp interface to applications, while in fact spreading data across several subflows this means that the linux kernel should be updated to support mptcp the mptcp functionality is similar to zixi's "multi link bonding" feature, which is available for udp only, while mptcp works on tcp if both the sending end and the receiving end support multipath tcp, zixi can use this functionality to transmit a stream over tcp using multiple network interfaces (e g wifi + mobile) the multiple links can be configured to aggregate aggregates the bandwidth of the multiple links in order to use the total capacity of these links in this case zixi will use all available bandwidth among all available flows (if needed) to send the stream duplicate enhance the path's resiliency by duplicating the stream and sending through all links in order to overcome errors and packet loss multipath modes multipath tcp can be used in two modes pull – when pulling the stream, the receiving end has multiple network interfaces (e g two nic) while the sending side has one network interface when the stream is pulled by the receiving end using the multipath feature, the client (receiving side / puller) creates the sub flows, (one per nic) and connects to the "source" (the server) the definition of the nics in the destination is done automatically at the os socket level to configure this mode in the sending side in settings > live protocols screen, enable the allow automatic pull output option in this option the output will be created automatically when the pull connection is established following the connection, the two links will be displayed as bonded links when the connection is established, the two links will be displayed as bonded links as shown below in the receiving side – configure a ts over http input as pull when the connection is established, only one link is displayed as shown below push – when pushing the stream, the receiving end has one or more network interfaces (e g two nics) while the sending side can have one network interface in this case, you should configure it in the following way in the sending side – you will need to configure a tcp output from the zec in the sending side in this case you can configure the two links as aggregate or duplicate , as described above when the connection is established, the two links will be displayed as bonded links as shown below in the receiving side in the receiving end, if this is also a zec, you have two options configure a ts over http input as push in this option the push input is ready in advance and will show the bitrates of both tcp connections when the connection has been established in settings > live protocols screen, enable the allow automatic push input option in this option the input will be created automatically when the push connection is established when the connection is established, the two links will be displayed as bonded links as shown below multipath tcp setup zixi supports multipath tcp for linux based on the os kernel support this means that the linux kernel should be updated to support mptcp to setup multipath tcp follow the relevant instructions in https //multipath tcp org/pmwiki php/users/howtoinstallmptcp https //multipath tcp org/pmwiki php/users/howtoinstallmptcp ?