Skip to content

Add TUN support to ristsender and ristreceiver and add custom multiplexing support to library

Sergio Ammirata requested to merge tun_support2 into master

TUN support is only available under linux for now Custom muxing allows the use TUN interfaces by transfering ipv4 data through OOB and/or regular rist channel Default mux mode on sender is RIST_MUX_MODE_RAW and default mux mode on receiver is RIST_MUX_MODE_AUTO

Merge request reports