-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Nov 18 sync up notes #7
Labels
need/analysis
Needs further analysis before proceeding
Comments
|
marten-seemann
pushed a commit
that referenced
this issue
Jan 17, 2022
faster, cleaner connection closing
marten-seemann
added a commit
that referenced
this issue
Apr 22, 2022
disable source address validation
marten-seemann
pushed a commit
that referenced
this issue
Apr 26, 2022
marten-seemann
pushed a commit
that referenced
this issue
Apr 27, 2022
read nonces, even if they are fragmented
marten-seemann
pushed a commit
that referenced
this issue
May 18, 2022
SubtestStress is exposed but it was not possible to build a working opt parameters.
marten-seemann
pushed a commit
that referenced
this issue
May 26, 2022
make protocols and peers sticky when setting their limit
marten-seemann
pushed a commit
that referenced
this issue
Jul 1, 2022
Revert "Report partial circuit address in Conn.RemoteMultiaddr"
marten-seemann
pushed a commit
that referenced
this issue
Aug 15, 2022
make protocols and peers sticky when setting their limit
marten-seemann
pushed a commit
that referenced
this issue
Aug 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are the notes of the meeting had on Wed Nov 18, might be useful for more people:
p2p/net/swarm
andp2p/host
host
is what is known in libp2p spec aslibp2p.Node
. Calling itNode
is makes more sense thanhost
, because ultimately, libp2p abstracts the host to enable true addressing per processlibp2p.figuredItOut()
idea. The figuredItOut idea is when libp2p finds a way to contact a peer through its means (transports available, routing mechanisms, or even in the future have some machine learning to know which are the best ways to contact a peer at a given time)The text was updated successfully, but these errors were encountered: