1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Originating each outgoing network connection from a different source port (in the Client class of the Ethernet library).

Updating readme and todo.
This commit is contained in:
David A. Mellis
2009-01-07 21:16:45 +00:00
parent 19c191e002
commit a4b52f20b5
4 changed files with 20 additions and 3 deletions

View File

@ -5,6 +5,7 @@
class Client : public Print {
private:
static uint16_t _srcport;
uint8_t _sock;
uint8_t *_ip;
uint16_t _port;