Differences From Artifact [273c44a2b3]:
- File
src/OFSPXStreamSocket.h
— part of check-in
[ccc6a77c55]
at
2022-08-06 14:43:01
on branch trunk
— Reorder node and network of IPX sockets
This is more standard, albeit -[connectToNetwork:node:port:] sounding a
little bit more like you connect to a network rather than a node. (user: js, size: 5513) [annotate] [blame] [check-ins using] [more...]
To Artifact [b5f5c82a33]:
- File src/OFSPXStreamSocket.h — part of check-in [1038191a03] at 2022-09-12 08:52:20 on branch trunk — Restrict subclassing on more classes (user: js, size: 5494) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
65 66 67 68 69 70 71 72 | * * @note If you want to use SPX in message mode instead of in streaming mode, * use @ref OFSPXSocket instead. * * To connect to a server, create a socket and connect it. * To create a server, create a socket, bind it and listen on it. */ @interface OFSPXStreamSocket: OFStreamSocket | > < < < < | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | * * @note If you want to use SPX in message mode instead of in streaming mode, * use @ref OFSPXSocket instead. * * To connect to a server, create a socket and connect it. * To create a server, create a socket, bind it and listen on it. */ OF_SUBCLASSING_RESTRICTED @interface OFSPXStreamSocket: OFStreamSocket /** * @brief The delegate for asynchronous operations on the socket. * * @note The delegate is retained for as long as asynchronous operations are * still ongoing. */ @property OF_NULLABLE_PROPERTY (assign, nonatomic) |
︙ | ︙ |