AppleWin/source/Tfe
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
..
Bpf.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
DNS.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
DNS.h Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
IPRaw.cpp Uthernet II: 2 fixes and minor changes (PR #1100) 2022-05-19 19:30:34 +01:00
IPRaw.h Uthernet II: 2 fixes and minor changes (PR #1100) 2022-05-19 19:30:34 +01:00
Ip6_misc.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
NetworkBackend.cpp Add Uthernet II support and make Uthernet I a Card. (PR #1047) 2022-02-27 17:26:48 +00:00
NetworkBackend.h Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PCapBackend.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
PCapBackend.h Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
Pcap.h Uthernet: removed unused Bittypes.h & Pcap-stdinc.h 2021-10-15 21:02:57 +01:00
Uilib.cpp Fix static analysis issues raised in PR #517 2017-12-17 19:35:54 +00:00
Uilib.h Cleanup types and include's to ease GCC compilation. (PR #881) 2020-11-29 17:22:50 +00:00
tfearch.cpp Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
tfearch.h Uthernet II: add virtual DNS feature (PR #1097) 2022-05-08 16:26:01 +01:00
tfesupp.cpp tfesupp: remove all manual string manipulations - just use std::string. (PR #1065) 2022-03-14 21:12:52 +00:00
tfesupp.h tfesupp: remove all manual string manipulations - just use std::string. (PR #1065) 2022-03-14 21:12:52 +00:00