address
IP address:port or domain name:port of neighbor
numberOfAllTransactions
Number of all transactions the neighbor sent to you. Invalid, valid and already-seen.
is incremented here
numberOfRandomTransactionRequest
Number of random tips the neighbor requested from your node.
is incremented here
numberOfNewTransactions
Number of new transactions received from the neighbor. New transactions are transactions that you have not yet stored when the neighbor sends it to you.
is incremented here
numberOfInvalidTransactions
Number of invalid transactions the neighbor sent you.
is incremented here and here
numberOfSentTransactions
Number of all new transactions you get from other neighbors and forward to that neighbor.
(You forward all new transactions from one neighbor to all other neighbours)
So the number is exactly the sum of all new transactions from your neighbors except this neighbor.
is incremented here
connection
Wether your nodes are sending each other transactions via UDP or TCP