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

Use socat as default utility for tcp/udp client/server connections #445

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LorenzoBianconi
Copy link
Contributor

Use socat as default utility for tcp/udp client/server connections

Copy link
Member

@tohojo tohojo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a bit of description to the commit message, maybe something like:

Right now we are using a mix of socat and nc in the selftests, so we depend on both tools. Since socat is more capable, and there are multiple incompatible versions of nc, let's move everything over to socat and get rid of the nc dependency.

Right now we are using a mix of socat and nc in the selftests, so we
depend on both tools. Since socat is more capable, and there are
multiple incompatible versions of nc, let's move everything over to
socat and get rid of the nc dependency.

Signed-off-by: Lorenzo Bianconi <[email protected]>
@LorenzoBianconi
Copy link
Contributor Author

Please add a bit of description to the commit message, maybe something like:

Right now we are using a mix of socat and nc in the selftests, so we depend on both tools. Since socat is more capable, and there are multiple incompatible versions of nc, let's move everything over to socat and get rid of the nc dependency.

@tohojo ack, done

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.

2 participants