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

Assertion failed: (mtu >= SOCK_MIN_MSS) #40

Open
ashleypittman opened this issue May 4, 2016 · 1 comment
Open

Assertion failed: (mtu >= SOCK_MIN_MSS) #40

ashleypittman opened this issue May 4, 2016 · 1 comment

Comments

@ashleypittman
Copy link

I'm seeing this error on OS X whilst connected to a VPN which is presumably using part of the packet for it's own metadata. It looks like mtu on these interfaces is 1266. I've tried simply calling continue if this check fails but that seems to result in a segfault.

I'm not actually trying to use the VPN interface, or any interface actually, just communicate between two processes on the same node.

@scottatchley
Copy link
Contributor

Hi Ashley,

As a simple solution, simply define SOCK_MIN_MSS as 1024. The value is arbitrary and should be lowered.

Scott

On May 4, 2016, at 11:15 AM, Ashley Pittman [email protected] wrote:

I'm seeing this error on OS X whilst connected to a VPN which is presumably using part of the packet for it's own metadata. It looks like mtu on these interfaces is 1266. I've tried simply calling continue if this check fails but that seems to result in a segfault.

I'm not actually trying to use the VPN interface, or any interface actually, just communicate between two processes on the same node.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

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

No branches or pull requests

2 participants