Skip to content
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

BigInv and ping/pong #112

Closed
ISibboI opened this issue Apr 6, 2013 · 2 comments
Closed

BigInv and ping/pong #112

ISibboI opened this issue Apr 6, 2013 · 2 comments

Comments

@ISibboI
Copy link

ISibboI commented Apr 6, 2013

Are the getbiginv and the ping and pong commands used? I have seen the sendbiginv method, but nothing to send a biginv request. And I have seen a sendpong method, but nothing to send a ping. Does a client have to implement these?

@Atheros1
Copy link
Contributor

Atheros1 commented Apr 6, 2013

You're right, nothing sends a getbiginv request currently. It was added because I figured that it might some day be expensive to send a big inv message and thus it should be specifically asked for. But then I couldn't think of a reason not to ask so I didn't end up using it. It doesn't seem like implementing it should be necessary. Nothing sends pings currently but in the Bitcoin community there was talk of it being useful so I added it. It currently won't break anything if you don't implement pong replies to ping messages.

@ISibboI
Copy link
Author

ISibboI commented Apr 6, 2013

Ok, thanks.

@Atheros1 Atheros1 closed this as completed Apr 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants