Artifact f28f7b74d9b8e8520571589816658f1693a4c12ed732e827d28405848d8b95b4:
- File
src/exceptions/OFBindDDPSocketFailedException.m
-
2022-11-03 00:14:27
— part of check-in
[9c2f20e736]
on branch trunk
— OFDDPSocket: Don't include the type with the data
This seems to be an oddity limited to OSes that have implemented DDP
exclusively for netatalk, while macOS and Windows don't include it with
the data.While on macOS it's possible to achieve the previous behavior via some
hacks, this is impossible on Windows, so the proper approach is to
handle it like everybody else: Specify the protocol type when binding
and only handle packets of the correct protocol type. (user: js, size: 2063) [annotate] [blame] [check-ins using] - 2022-11-06 19:16:35 — part of check-in [82bc531357] on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 2063) [annotate] [blame] [check-ins using]
-
2022-11-03 00:14:27
— part of check-in
[9c2f20e736]
on branch trunk
— OFDDPSocket: Don't include the type with the data