7
2
I have port 8333 open with 8 outbound and 2 inbound connections.
Is my node transmitting and receiving transactions and blocks from both types of connections? Or does the "inbound" flag mean I am just downloading from that peer, and not sending any information back?
If, for the sake of saving RAM, I set maxconnections to 8, will they all be outbound? Even if port 8333 is open? In this configuration, is my node still "helping" the network?
3
To the best of my understanding: Inbound means the remote peer initiated the connection to you. Outbound means you made the connection to a remote peer. This is just diagnostic info and doesn't affect behavior. Transactions and blocks can flow in both directions with any peer - unless the peer has the relay bit set to off.
– Nayuki – 2016-01-12T01:08:41.337@NayukiMinase: Feel free to post that as an answer! :) – Murch – 2016-01-12T19:12:08.043
I feel that what I wrote doesn't provide objective evidence to support the statements, and I haven't answered all parts of the OP's question... – Nayuki – 2016-01-13T04:22:57.910