Skip to content

v0.9.0

Compare
Choose a tag to compare
@nwtgck nwtgck released this 23 Apr 00:16
· 71 commits to develop since this release

Added

  • Create pmux, which is a multiplexer specialized in Piping Server
  • Add --host to specify target host for server host
  • Support SOCKS4 and SOCKS4a
  • Use HTTP/2 by default when the server supports
  • Add --verbose for logging
  • Add --unix-socket flags in server and client hosts

Changed

  • Make --yamux attach Content-Type: application/yamux
  • (breaking change) Rename --c-to-s-buf-size to --cs-buf-size in server host
  • (breaking change) Rename --s-to-c-buf-size to --sc-buf-size in client host