aboutsummaryrefslogtreecommitdiff
path: root/net/viamillipede
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE_FILEDmitry Marakasov2018-05-072-10/+5
| | | | | | | | | | - Remove obsolete OSVERSION condition - Whitespace fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=469296
* New port: net/viamillipedeKurt Jaeger2018-03-083-0/+39
Parallel TCP transport for pipes Viamillipede is a client and server programm built to improve network pipe transport using multiple TCP sessions. It multiplexes a single network pipe into multiple TCP connections and then terminates the connections into a pipe transparently on another host. It is similar to the simplest mode of remote pipe transparency of Netcat with the parallelism from iperf. WWW: https://github.com/agokhale/viamillipede Submitted by: Ash Gokhale <ash_ports@aeria.net> Reviewed by: eugen, mat, tobik, jpaetzel, Vincent Hoffman-Kazlauskas <vince@unsane.co.uk> Notes: svn path=/head/; revision=463913