Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the TCP/UNIX parameter for server/client #24

Merged
merged 5 commits into from
Jun 7, 2018
Merged

Conversation

hwchiu
Copy link
Contributor

@hwchiu hwchiu commented Jun 7, 2018

  • For Server, use the -tcp=0.0.0.0:50051 or -unix=/tmp/a.sock to listen
  • For Client, use the -server=0.0.0.0:50051 or -server=unix:///tmp/a.sock to connect
  • Check the OVS/Docker Environment before local testing
    • Make test
  • Modify the README
  • For Server, Fix the signal problem

@hwchiu hwchiu requested review from John-Lin and chenyunchen June 7, 2018 03:28
@codecov
Copy link

codecov bot commented Jun 7, 2018

Codecov Report

Merging #24 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   85.03%   85.03%           
=======================================
  Files           5        5           
  Lines         127      127           
=======================================
  Hits          108      108           
  Misses         12       12           
  Partials        7        7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f387b96...2eb5b79. Read the comment docs.

@John-Lin John-Lin merged commit 6d7d3ce into master Jun 7, 2018
@hwchiu hwchiu deleted the hwchiu/VX-81 branch June 11, 2018 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants