Skip to content

Commit e0d3de4

Browse files
committed
Fixed type, improved explanation of simultaneous connection limitations.
1 parent 6fc5e6c commit e0d3de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The implementation in this library has restrictions as the Arduino platform reso
88
* The server **only** handles **single byte** chars. The Arduino just can't handle UTF-8 to it's full.
99
* The server **only** accepts **final** frames with maximum payload length of 64 bytes. No fragmented data, in other words.
1010
* For now, the server silently ignores all frames except TXT and CLOSE.
11-
* The amonut of simultaneous connections may be limited by RAM or hardware. (Each connection takes 16 bytes of RAM)
11+
* The amount of simultaneous connections may be limited by RAM or hardware. (Each connection takes 16 bytes of RAM, and the W5100 shield is hardware-limited to 4 simultaneous connections.)
1212
* There's no keep-alive logic implemented.
1313

1414
_Required headers (example):_

0 commit comments

Comments
 (0)