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 bidpubtimestamp:u64,pubslot:u64,pubblock_number:u64,pubblock_hash:B256,pubparent_hash:B256,pubbuilder_pubkey:BlsPublicKey,pubfee_recipient:Address,pubvalue: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.