-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Maximum amount of peer #879
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
Comments
What version are you running? There should be no 63 peer limit since v0.8, or I've missed something weird. |
Thank you for your answer. |
What errors are you seeing then? |
When I exceed 63 peer, for each connection I got the following error => [IABET] 21:07:38 INFO: Established secure connection to XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX at [ServerIP]:[Port]-[ClientIP]:[Port] Is there another log that I can give to you ? |
Anything on the other side? |
On the "client" side, I get this message => |
Are both sides running the same version? |
Yes, we're all running on 0.10.2 |
@calmh why was there a 63 limit in the first place?
|
!!! That's the cause, for sure. That shouldn't be there any more, that limit on number of devices should be removed (and the error message should be fixed so we can figure out why when similar things pop up in the future). (As for why; in the early days, internally the index was based on a bitfield stored in an uint64. Bit zero was the local host, the rest of the bits where remote nodes. Checking for availability was a simple AND operation.) |
Resolved by #886. (Note to self: remember to investigate and fix that error message. "EOF" sucks to signal a protocol error.) |
Okay, i'm glad you guys have find out the problem. Thanks a lot for your reactivity. |
I guess you could compile master branch and tell us if its fixed :) |
... or just download a copy from http://build.syncthing.net/job/syncthing/ |
Yes! good point |
Hi guys, I just tried the latest dev-build, and the problem is still there =/ |
Are all nodes using the latest dev build? |
No, the other nodes use the 0.10.2 release. |
I guess you'll have to wait till the next release, as this is a two way issue. |
Okay no problem, thank's for you answer ! |
Just to clarify - this is in theory fixed in the current 11.0 beta6 or 10.3? I don't see this ticket number referenced in any of the release notes. |
check this one: #886 |
This was fixed in v0.10.3. |
Hello,
We currently use Syncthing for an amateur project involving more than 60 users on the same shared master folder, from our server. (currently 66 peers)
Since that we exceed 63 users at she same time, nobody can synchronize anymore. We have to unselect some of their nodes, falling back to 63, so the others can keep synchronizing.
Is there a limit on the amount of peer that we can share with from a single client ?
Thanks
(Please excuse my awfull English...)
The text was updated successfully, but these errors were encountered: