Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bip-0111.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ NODE_BLOOM is distinct from NODE_NETWORK, and it is legal to advertise
NODE_BLOOM but not NODE_NETWORK (though there is little reason to do
so now, some proposals may make this more useful in the future)

If a node does not support bloom filters but receives a "filterload",
"filteradd", or "filterclear" message from a peer the node should
disconnect that peer immediately. For backwards compatibility, in
initial implementations, nodes may choose to only disconnect nodes which
have the new protocol version set and attempt to send a filter command.
If a node does not support bloom filters but receives a "filterload" or
"filteradd" message from a peer the node should disconnect that peer
immediately. For backwards compatibility, in initial implementations,
nodes may choose to only disconnect nodes which have the new protocol
version set and attempt to send a filter command.

While outside the scope of this BIP it is suggested that DNS seeds and
other peer discovery mechanisms support the ability to specify the
Expand Down