AppleWin/source/Configuration
Andrea 60cbbb40db
Uthernet II: 2 fixes and minor changes (PR #1100)
* Enable virtual DNS by default.
* Improve handling of header size:
This fixes an issue in UDP, where it would not take the header size into account when deciding how much to read.
* IPRAW socket. Fix an issue where the header would include "our" IP Address.
The doc is not very clear 5.2.3: they say "destination". But for consistency with UDP (5.2.2) where it seems clear that this is the peer's ip, we replace with the "destination" of the socket, or the "source" of the packet.
* minor tweak: signal with SOCK_SYNSENT that a connection is being established.
* remove Socket::myErrno as it serves no purpose.
It is a duplicate of (sn_sr == W5100_SN_SR_SOCK_SYNSENT).
* add some logging when reading/writing on a closed socket.
2022-05-19 19:30:34 +01:00
..
About.cpp Replace StringCbPrintf() with StrFormat() (PR #1032) 2022-02-15 18:48:20 +00:00
About.h Ensure all header files can be included (in any order) after stdafx.h. (PR #866) 2020-11-11 21:15:27 +00:00
Config.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
Config.h Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
IPropertySheet.h Improve save-state card management (PR #983) 2021-09-17 20:43:10 +01:00
IPropertySheetPage.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageAdvanced.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PageAdvanced.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageConfig.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PageConfig.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageConfigTfe.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PageConfigTfe.h Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PageDisk.cpp Uthernet II: 2 fixes and minor changes (PR #1100) 2022-05-19 19:30:34 +01:00
PageDisk.h Config GUI for DiskII card in slot-5 & improved slot config in Registry (#975, #977, PR #978) 2021-08-29 11:39:51 +01:00
PageInput.cpp Mousecard: fix persisting card in slot-4 after a VM restart. (Fixes #993) 2021-10-19 21:56:19 +01:00
PageInput.h Add 4Play & SNES MAX card support (#946, #972, PR #982) 2021-09-10 13:57:55 +01:00
PageSound.cpp SpkrSetEmulationType(): simplify logic and remove unreachable code. (PR #919) 2021-01-20 21:30:34 +00:00
PageSound.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PropertySheet.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PropertySheet.h Improve save-state card management (PR #983) 2021-09-17 20:43:10 +01:00
PropertySheetDefs.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
PropertySheetHelper.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PropertySheetHelper.h Load save-state for Cards: improve error messages. (#1025) 2022-01-30 21:25:40 +00:00