Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@eminfedar eminfedar released this 12 May 07:18
· 1 commit to master since this release
d66588d

Thanks to @stewpend0us, we can customize the BUFFER_SIZE inside of the sockets for example:

TCPSocket<0xFFFF> socket; // 0xFFFF is the Buffer size you want for handling incoming messages
TCPServer<0xFFFF> server;

UDPSocket<0xFFFF> udp_socket;
UDPServer<0xFFFF> udp_server;