From c0550aac8c93e81828a8cc10ac2e4ee5e0f83e16 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 7 Jan 2009 21:16:45 +0000 Subject: Originating each outgoing network connection from a different source port (in the Client class of the Ethernet library). Updating readme and todo. --- libraries/Ethernet/Client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libraries/Ethernet/Client.h') diff --git a/libraries/Ethernet/Client.h b/libraries/Ethernet/Client.h index 5911b95..f269e9b 100644 --- a/libraries/Ethernet/Client.h +++ b/libraries/Ethernet/Client.h @@ -5,6 +5,7 @@ class Client : public Print { private: + static uint16_t _srcport; uint8_t _sock; uint8_t *_ip; uint16_t _port; -- cgit v1.2.3-18-g5258