Skip to content

1.0.0-BETA-10 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@wkgcass wkgcass released this 13 Jun 13:52
· 514 commits to master since this release

Features

SDN

Added software vxlan switch support: tap and vxlan and trunk.

  1. tap device for linux, macos and windows
  2. support vxlan packets
  3. exchange vxlan packets between switches
  4. encrypted link from switch to switch
  5. synthetic ip and routes

Mirror

Allow software to generate packets to tap devices and use tcpdump to capture them.

This helps debug the SSL buffers, kcp arq fds etc.

Modular

Use gradle and Jigsaw modular system to modularize vproxy into small components.

Fix

  1. AbstractWrapBuffer fix: SSL used to hang in some cases