ObjFW  All files named "src/OFIPStreamSocket+Private.h"

History for src/OFIPStreamSocket+Private.h

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: [8781328a12] check-in: [3dfe642dd3] user: js, branch: trunk, size: 1026 [annotate] [blame] [check-ins using]