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
If segfetcher has cached that there are no up/down segments it shouldn't try to fetch connecting core segments to build a path, since the path can't be built anyway.
The text was updated successfully, but these errors were encountered:
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.
Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC
Fixesscionproto#2721Fixesscionproto#3293Fixesscionproto#3294Fixesscionproto#3094
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.
Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC
Fixesscionproto#2721Fixesscionproto#3293Fixesscionproto#3294Fixesscionproto#3094
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.
Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC
Fixes#2721Fixes#3293Fixes#3294Fixes#3094
If segfetcher has cached that there are no up/down segments it shouldn't try to fetch connecting core segments to build a path, since the path can't be built anyway.
The text was updated successfully, but these errors were encountered: