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
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
PageAdvanced.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PageAdvanced.h
PageConfig.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PageConfig.h
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
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
PageSound.cpp
PageSound.h
PropertySheet.cpp
PropertySheet.h Improve save-state card management (PR #983) 2021-09-17 20:43:10 +01:00
PropertySheetDefs.h
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