Artifact 11bd6fb256ee6c37898dedeb5dcee70384aaad8dd7016d068eb4f7d8ab86776c:
- File
src/OFDDPSocket.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: 7082) [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: 7082) [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