Artifact 73e066fe5a85c3838451e2b63fc22f52254077ffc50f21df9fa704c745e85942:
- File
src/Makefile
- 2020-01-02 22:16:48 — part of check-in [f2fe8f96d5] on branch trunk — Move autorelease pools to runtime (user: js, size: 6440) [annotate] [blame] [check-ins using]
-
2020-04-25 13:40:50
— part of check-in
[424fb54efd]
on branch trunk
— Remove OFIPStreamSocket
This was a bad idea, as while SCTP can be used via the byte
stream-oriented API, it will still work in messages. But OFStream is not
afraid of breaking up and reassembling reads, as it is meant for byte
streams. Therefore, implementing SCTP as a subclass of OFStream would
degrate it to a stream-oriented socket instead of a message-oriented
socket, rendering one of the main features of SCTP void. (user: js, size: 6440) [annotate] [blame] [check-ins using]