public interface NetworkLink
SctpSocket for sending network packets.
FIXME: introduce offset and length parameters in order to be able to
re-use single buffer instance| Modifier and Type | Method and Description |
|---|---|
void |
onConnOut(SctpSocket s,
byte[] packet)
Callback triggered by SctpSocket whenever it wants to send some
network packet.
|
void onConnOut(SctpSocket s, byte[] packet) throws IOException
s - source SctpSocket instance.packet - network packet buffer.IOException - in case of transport error.Copyright © 2021 jitsi.org. All rights reserved.