public static interface Tcp.WritingResumed extends Tcp.Event
useResumeWriting
is in effect as indicated in the Tcp.Register
message,
the ResumeWriting
command will be acknowledged by this message type, upon
which it is safe to send at least one write. This means that all writes preceding
the first Tcp.CommandFailed
message have been enqueued to the O/S kernel at this
point.