Related to the TCP/IP protocol.
0
votes
0answers
58 views
Troubleshooting errors given by the -connect parameter in namecoind
I'm using the -connect parameter to connect to the host 23.23.246.5:443. I also see in the debug output the following errors:
socket select error 10022
socket select error 10022
socket select error ...
4
votes
2answers
269 views
Bitcoin client two-way communication
When client A opens a connection to client B, it opens its TCP connection to second client's port 8333. Is this connection solely used for A's queries and B's answers to A's query, or can B also query ...
5
votes
1answer
215 views
Bitcoin initial communication diagram
I'm trying to understand how exactly does the Bitcoin client communicate initially with another client, as I'm making my own client and learning new things about TCP protocol. As I understand, the ...
3
votes
1answer
155 views
Can a Bitcoin node send messages to a program on the same machine?
I`m currently programming some TCP communication in my custom Bitcoin client. I am wondering if it is possible for the official client to communicate with it if they are sitting on the same machine? ...