It sends ping frames, clients should respond with pong.
It emits SSZ encoded data of the following (rust) types:
pubstructTopBidUpdate{/// Millisecond timestamp at which this became the top bidpub timestamp:u64,pub slot:u64,pub block_number:u64,pub block_hash:B256,pub parent_hash:B256,pub builder_pubkey:BlsPublicKey,pub fee_recipient:Address,pub value:U256,}
Note that each (slot, parent_hash) combination is a separate auction with its own top bid.
Use persistent connections if possible. When closing connections please make sure to close the socket properly.