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

Added TCP_DEFER_ACCEPT module for 2.0 #33

Closed
wants to merge 1 commit into from

Conversation

ShutterQuick
Copy link
Contributor

No description provided.

@@ -0,0 +1,58 @@
#include "inspircd.h"
Copy link
Member

Choose a reason for hiding this comment

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

You're missing a copyright header here.

Copy link
Member

Choose a reason for hiding this comment

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

You are also missing $Mod* comments. Check the other modules to see how they are done.

#include "inspircd.h"
#include <netinet/tcp.h>

#if !defined TCP_DEFER_ACCEPT && !defined SO_ACCEPTFILTER
Copy link

Choose a reason for hiding this comment

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

These defines were done via the config script.... how are you doing them now

Copy link
Member

Choose a reason for hiding this comment

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

They were only done like that in the initial version. It was later updated to not use a configure test.

@attilamolnar
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants