Este contenido no está disponible en el idioma seleccionado.
probe::socket.write_iter
Name
probe::socket.write_iter — Message send via sock_write_iter
Synopsis
socket.write_iter
Values
state
- Socket state value
family
- Protocol family value
protocol
- Protocol value
name
- Name of this probe
type
- Socket type value
size
- Message size in bytes
flags
- Socket flags value
Context
The message sender
Description
Fires at the beginning of sending a message on a socket via the
sock_write_iter
function