You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we get UDT into go-ipfs, we need to have a plan for how to transition the network to use it. My thoughts are as follows:
Change default config to include a UDT listener address, and provide instructions in release notes for users with prexisting configs to add it manually.
Update all bootstrap nodes to have both TCP and UDT listeners.
Somehow make go-ipfs prefer UDT addresses when given the choice between UDT and TCP.
update default config so that bootstrap node addrs are all UDT (or maybe just some of them)
update some of the bootstrap nodes to have only UDT listener addresses (2-3 nodes, definitely less than half)
change default config to only have a UDT listener (note: nodes will always have the ability to dial tcp)
These steps should be spaced a few days or so apart each, to give the network time to adapt to each change and to observe any issues along the way. Any bugs that get found and fixed related to the UDT transition process should increase the time between the relevant steps (allowing more time for users to update to the fixed code)
The text was updated successfully, but these errors were encountered:
Once we get UDT into go-ipfs, we need to have a plan for how to transition the network to use it. My thoughts are as follows:
These steps should be spaced a few days or so apart each, to give the network time to adapt to each change and to observe any issues along the way. Any bugs that get found and fixed related to the UDT transition process should increase the time between the relevant steps (allowing more time for users to update to the fixed code)
The text was updated successfully, but these errors were encountered: