Why can't I set the size of each frame when downloading data in my application?

I am using the 9160 to develop a product for the customer. Its sdk version is ncs1.9.0, and the firmware version of the modem is v1.3.1. The device needs to download data from the background at some time. At present, the default size of data per frame is 2048 bytes. To speed up the download, I want to change the size of data per frame to 4096, but it is strange.

Although I have set the macro of CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_4096 in the prj.conf file, but in the autoconf. h generated after compilation, I found that CONFIG_ DOWNLOAD_CLIENT_HTTP_FRAG_SIZE is still defined as 2048. Why does my setting not work?

Parents Reply Children
Related