Defines the writers handlers used to actually send data through the underlaying socket descriptor.
This handler is used by:
- Parameters:
-
| connection | Vortex Connection where the data will be sent. |
| buffer | The buffer holding data to be sent |
| buffer_len | The buffer len. |
- Returns:
- How many data was actually sent.