Artifact e4fec95ad02592ae7425974fd81801c620fea95845771fe96d234212e416191c:
- File
src/OFTCPSocket.h
- 2020-01-02 01:51:34 — part of check-in [c7f0229795] on branch trunk — Update copyright (user: js, size: 9315) [annotate] [blame] [check-ins using]
- 2020-01-08 02:29:37 — part of check-in [e7e1e1c6c5] on branch 1.0 — Merge branch 'master' into 1.0 (user: js, size: 9315) [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: 9315) [annotate] [blame] [check-ins using]