Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

TCP protocol provides reliable transmission guarantee for no loss of frame. Its bandwidth probing and congestion control will attempt to use all of the available bandwidth between the server and client, fetching content as quickly as possible while being friendly to other (TCP) traffic on the same links. The TCP output can push the stream directly to a TCP socket or to an HTTP server.  

MultiPath TCP

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. Zixi supports MultiPath TCP for Linux based on the OS Kernel support. This means that the Linux Kernel should be updated to support MPTCP. For detailed information on how to update the Kernel and use MPTCP, see ZEC Configuring MultiPath TCP.

The MPTCP functionality is similar to Zixi's "multi-link bonding" feature, which is available for UDP only. In this case 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 - aggregate the bandwidth of the multiple links in order to use the total capacity of the 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 though multiple links in order to overcome errors and packet loss.   

To create a TCP output:

  1. In the ZEC Outputs page, click . The New Output window is displayed.
     


  2. Type in the unique identifier for this output in the Output Name.
  3. Select an Input Stream to be made available on this output from the adjacent drop-down list.
  4. Select the Show in Matrix check box to display this stream in the Matrix (see ZEC Using the Matrix). Default: Selected.
  5. Select TCP.
  6. Specify the Output parameters (see Output Stream Parameters Table). 
  7. If the target is an HTTP server, select the HTTP checkbox. In this case, HTTP headers will be added to the stream. 
  8. Enter additional parameters as necessary (see Output Stream Parameters Table).
  9. Click OK. The new TCP Output with its settings is created and now appears on the screen.

Output Stream Parameters Table

ParameterDescription
Output Parameters

Host

The destination host for the stream.

Port

Specify the ports to listen on for TCP streams.
Default: 7777.

HTTPIf the target is an HTTP server, select the HTTP checkbox. In this case, HTTP headers will be added to the stream.
Multi Path TCPSelect this checkbox to enable MultiPath TCP, which enables the transmission of a stream over TCP using multiple network interfaces (e.g. Wifi + mobile). Multi Path TCP is available for Linux only. 
Mode

The multiple links can be configured to:

  • Aggregate - aggregate the bandwidth of the multiple links in order to use the total capacity of the 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 multiple links in order to overcome errors and packet loss.

Enable Decryption

Select this checkbox to enable decryption of an encrypted stream.
Decryption type

If the stream has been encrypted, you can decrypt through the output by selecting this checkbox and specifying the type of encryption that was used.

Select Automatic to decrypt a stream that has been encrypted using Automatic encryption.

Only if the stream has not been encrypted, select None (default).

Important Notice: if the stream has been encrypted you must decrypt it in the output.
Decryption keyEnter the decryption key to decrypt the encrypted stream.




  • No labels