At this moment I am running several IPFS websites and they all work fine, however, I keep receiving an ERROR message (see screenshot) over and over again. I tried to lookup how to keep the TCP alive or solutions regarding the setsockopt but unfortunately I am not experienced enough to find a solution for this problem. I hope someone knows which steps (as exact as possible) I should take to resolve the issue.
Interesting, I wonder if other OSX users see these errors. Did they just start with v0.9.0? If so, what version did you have before you saw these messages?
Heey, @Discordian before I had these messages I had version 0.6.0. Maybe it is just my computer, that I have certain settings that I don’t know off that create those issues.
I also got the same error. My solution was to simply open port 4001 for both TCP and UDP, instead of port-forwarding to a specific local node.
In the NAT configuration of my router, I noticed that port ‘4001’ pointed to the IP address of the old node. I assumed the returned “keep-alive” signal was directed to the old node instead of the current node, resulting in an error.
So I removed the port forwarding NAT entry and simply opened 4001, and when I restarted the “IPFS daemon”, the error was no longer present.