-
Notifications
You must be signed in to change notification settings - Fork 48
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_TIMEOUT #1
base: master
Are you sure you want to change the base?
Conversation
Default tcp timeout 3minutes. change to optional in newCLAMDTcpConn function.
Good one. Thx. Could you check the travis errors though? And I see Linthub is mentioning some issues also, but those are mainly issues regarding my style ;-). |
I think, const definitions better with uppercase. Linthub I can't hear you 🙉 😆 |
Yes, I don't mind those errors. But this one I do: https://travis-ci.org/dutchcoders/go-clamd/jobs/57995083. It misses a |
ah! sorry. |
WaitGroup is now returned as a pointer
Evening, And maybe give the unix socket the same treatment? Regards |
Default tcp timeout 3 minutes. it's too long for MTA. I made a small change in newCLAMDTcpConn
function.