tcp_sent() -- Set callback for successful transmission
TCP data is sent by enqueueing the data with a call to
tcp_write().
When the data is successfully transmitted to the remote
host, the application will be notified with a call to a specified
callback function.