ObjFW  History of src/OFIPStreamSocket.h of 3dfe642dd3011c64

History of the file that is called src/OFIPStreamSocket.h at check-in 3dfe642dd3011c64

2020-04-25
13:40
Deleted: 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. check-in: [424fb54efd] user: js, branch: trunk, size: 0

2020-04-24
00:21
Added: Add OFIPStreamSocket

This is a new superclass for OFTCPSocket to allow sharing code with
other IP stream socket types, namely SCTP. file: [12caf7882f] check-in: [3dfe642dd3] user: js, branch: trunk, size: 7646 [annotate] [blame] [check-ins using]