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

Packet greater then 100KB are lost #14

Open
majid-8 opened this issue May 13, 2020 · 1 comment
Open

Packet greater then 100KB are lost #14

majid-8 opened this issue May 13, 2020 · 1 comment

Comments

@majid-8
Copy link

majid-8 commented May 13, 2020

I'm working on transaction and mempools. So i implemented a simple case. Each block has a list of transactions containing a fee and hash. Blocks with real packet size less than 100KB are sent without any problem, but greater packets are lost always. I test it using standard and relay protocol. Real bitcoin network propagates blocks greater than 1MB easly. Why i can't send packets greater than 100KB successfully?

@IuriGarcia
Copy link

Since i have reading the code e rerunning it, i have realized it is not a same as real world simulation, to assure you can run it like in 5 machines, the simulator must preserve a certain proportion. So 100KB, if im not wrong, is the representation to blocks of maximum size is around 100MB. Really hope that project will get some attention back.

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