open5gs/lib/sctp
Sukchan Lee 6f11a78079 If SCTP use SOCK_STREAM, Use BUFFERING method.
Most of the time, an application wants to perform some amount of data buffering
in addition to just responding to events. When we want to write data,
for example, the usual pattern runs something like:

1. Decide that we want to write some data to a connection;
   put that data in a buffer.
2. Wait for the connection to become writable
3. Write as much of the data as we can
4. Remember how much we wrote, and if we still have more data to write,
   wait for the connection to become writable again.

Now, Open5GS implements the above method by default when transmitting data
in a stream type socket.
2020-11-11 13:21:32 -05:00
..
meson.build If SCTP use SOCK_STREAM, Use BUFFERING method. 2020-11-11 13:21:32 -05:00
ogs-lksctp.c fix the compile error 2020-11-01 01:44:59 -04:00
ogs-sctp.c If SCTP use SOCK_STREAM, Use BUFFERING method. 2020-11-11 13:21:32 -05:00
ogs-sctp.h If SCTP use SOCK_STREAM, Use BUFFERING method. 2020-11-11 13:21:32 -05:00
ogs-usrsctp.c Fix the connection refused bug [#568, #551] 2020-09-24 21:29:48 -04:00