Actual result:
Server ignores the Block2 option of 16 and returned whole response in single block as default server config is 1024 bytes SZX and this maxSZX from server is used instead of suggested size from client.
Expected result:
There should be multiple blocks with single block containing max 16 characters of transferred content as specified with flag "-b 16".
Steps to reproduce:
coap-client -T token -b 16 -v 9 -m get 'coap://localhost:5688/a'
Actual result: Server ignores the Block2 option of 16 and returned whole response in single block as default server config is 1024 bytes SZX and this maxSZX from server is used instead of suggested size from client.
Expected result: There should be multiple blocks with single block containing max 16 characters of transferred content as specified with flag "-b 16".