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
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
The IRI implementation only supports udp:// URIs for neighbors. If you send an addNeighbors API request containing an http:// URI, that URI will be silently ignored.
When validating an addNeighbors or removeNeighbors request, treat any URIs that don't use udp:// protocol as invalid.
The text was updated successfully, but these errors were encountered:
- Un-reinvented a wheel.
- HttpAdapter no longer accepts `udp://` URIs.
- `AddNeighborsCommand` and `RemoveNeighborsCommand` now only accepts `udp://` URIs.
- Un-reinvented a wheel.
- HttpAdapter no longer accepts `udp://` URIs.
- `AddNeighborsCommand` and `RemoveNeighborsCommand` now only accepts `udp://` URIs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The IRI implementation only supports
udp://
URIs for neighbors. If you send anaddNeighbors
API request containing anhttp://
URI, that URI will be silently ignored.When validating an
addNeighbors
orremoveNeighbors
request, treat any URIs that don't useudp://
protocol as invalid.The text was updated successfully, but these errors were encountered: