Hello, In wap/wtp_resp.h there are the following lines:
/* * Nokia wap gw uses the size of 576, but mobiles use 1,5K size, * I will think later what is better to use */ #define SAR_SEGM_SIZE 576 If I remember right because of that downloads are limited to ~140kb. Is there some particular reason not to increase this to e.g. 1300 and get max download size ~330kb? Thanks, Mindaugas
