Expand description
AddressBook::InsertMany(peer, addresses) — custom op registered
via bb::register_op! that pushes a full address bag into the
engine’s bb_runtime::framework::AddressBook from the data
plane.
Routes through AddressBook::add_peer for a new peer (entry
created with ref_count = 1) and serially through
register_address for a known peer (dedupe-append, no
ref_count change — same semantics as AddressBook::Insert, just
batched). Carriers are TYPE_PEER_ID and TYPE_ADDRESS_VEC.
Constants§
Functions§
- invoke
- Invoke fn — merge the address bag into the AddressBook.