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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds in the ability to set rcvbuf and sndbuf parameters. #116

Merged
merged 1 commit into from
Jan 11, 2015

Conversation

typhonius
Copy link
Contributor

I use puppet-openvpn.
I read this article.
I figured it'd be useful to include.
Panda 馃惣

@luxflux
Copy link
Contributor

luxflux commented Jan 10, 2015

Thanks for your code! 馃嵒 That's really a good thing to add these parameters.

According to the article, the parameters are needed on server and client side. Could you add the client side as well? Thanks a lot!

@luxflux
Copy link
Contributor

luxflux commented Jan 10, 2015

Ah, could you merge master? I "fixed" the travis build.

@typhonius
Copy link
Contributor Author

  • Rebased on upstream/master
  • Client config and tests added
  • Commits flattened into single commit

Good call on adding client config. I omitted it personally as I cannot change client config on our set up. Instead I push the config:

    push         => [
      "sndbuf 393216",
      "rcvbuf 393216",
    ],
    sndbuf       => 393216,
    rcvbuf       => 393216,

luxflux added a commit that referenced this pull request Jan 11, 2015
Adds in the ability to set rcvbuf and sndbuf parameters.
@luxflux luxflux merged commit 9c6ed20 into voxpupuli:master Jan 11, 2015
@luxflux
Copy link
Contributor

luxflux commented Jan 11, 2015

Thanks a lot!

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.

None yet

2 participants