New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/sharantangeda/mpquic_ftp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sharantangeda/mpquic_ftp

  • v0.4.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

File Transfer with MPQUIC in GO

The App allows listing and downloading files from server

Note: The server is asynchronous, allowing to connecting to multiple clients simultaneously

This Project depends on another private project, which implements MPQUIC

You are expected to have access to MPQUIC Stand Alone Package, to be able to use this application

Go Required: 1.12 +

Pre-Requisites

  • Follow all requirements mentioned in MPQUIC Repo

Enable environment variable:

  • Check out the sample for env variables needed

Sync dependencies after enabling the environment variable

Server Run
  • go build server.go
  • ./server --scheduler=round_robin --eps=0.01 --dump_exp=false
Client Run
  • cd client && go build client.go
  • ./client --scheduler=round_robin --action=2 --file_name=hello.txt

Note: Two values of action are possible 1, 2

List of Available Schedulers

round_robin
low_latency
random
low_bandit
peekaboo
ecf
blest
dqnAgent
first_path

FAQs

Package last updated on 25 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc