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:
@ -5,6 +5,7 @@
|
||||
|
||||
class Client : public Print {
|
||||
private:
|
||||
static uint16_t _srcport;
|
||||
uint8_t _sock;
|
||||
uint8_t *_ip;
|
||||
uint16_t _port;
|
||||
|
Reference in New Issue
Block a user