Skip to content

Commit ac8474d

Browse files
Don't delay ACK packets in TCP mode
1 parent 6e2acb0 commit ac8474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/w5100.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ typedef uint8_t SOCKET;
4545
class SnMR {
4646
public:
4747
static const uint8_t CLOSE = 0x00;
48-
static const uint8_t TCP = 0x01;
48+
static const uint8_t TCP = 0x21;
4949
static const uint8_t UDP = 0x02;
5050
static const uint8_t IPRAW = 0x03;
5151
static const uint8_t MACRAW = 0x04;

0 commit comments

Comments
 (0)