This is a patch to change a packet size Index: wap/wtp_resp.h =================================================================== RCS file: /home/cvs/gateway/wap/wtp_resp.h,v retrieving revision 1.4 diff -b -u -r1.4 wtp_resp.h --- wap/wtp_resp.h 15 Nov 2003 13:14:24 -0000 1.4 +++ wap/wtp_resp.h 20 Nov 2003 15:00:26 -0000 @@ -91,7 +91,7 @@ * 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 +#define SAR_SEGM_SIZE 1400 #define SAR_GROUP_LEN 3
> -----Original Message----- > From: Stipe Tolj [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 4:37 PM > To: Igor Ivoilov > Cc: [EMAIL PROTECTED] > Subject: Re: Problem with WAP-Gateway/File sizes > > > Igor Ivoilov wrote: > > > > I have changed packet size to be 1400 on my production server > > and don't see any problem for now. > > I have not see javagames more than 358k till now. > > So as a temporary work around it's very good me. > > I don't have any other problem. But we provide access to > our wap gw only to our customers, > > and we pretty sure that the network from them to us also > let packets to be 1500 bytes. > > > > Please provide me with your opinion if we such change in cvs > > Hi Igor, yes, we may consider this... > > How about sending in a patch to the list (in diff -u format), so that > Aarno and I can test it on our MMSC installations and on the Kannel > REFPOOL WAP GW??! > > Stipe > > mailto:[EMAIL PROTECTED] > ------------------------------------------------------------------- > Wapme Systems AG > > M�nsterstr. 248 > 40470 D�sseldorf, NRW, Germany > > phone: +49.211.74845.0 > fax: +49.211.74845.299 > > mailto:[EMAIL PROTECTED] > http://www.wapme-systems.de/ > ------------------------------------------------------------------- > > -----BEGIN PGP PUBLIC KEY BLOCK----- > Version: GnuPG v1.2.2 (Cygwin) > > mIsEP6mcYwEEAMDnUiUwrbb+xwTFWN6TxF2+XZu7/alwJMeCwMBRvXtPZqfjpPhS > OkBpU0F4TrVuugz1HINTSaJTYq10AzDQXp5NkyWgckqW79nPAWuOX0dicbJk+cN2 > nM2TI4KaxUDe6u8hghNEnH/i2lXsUu9apnP/iixzV81VC2je3uc9hZpnAAYptEVT > dGlwZSBUb2xqIChUZWNobm9sb2d5IENlbnRlciAmIFJlc2VhcmNoIExhYikgPHRv > bGpAd2FwbWUtc3lzdGVtcy5kZT6ItAQTAQIAHgUCP6mcYwIbAwYLCQgHAwIDFQID > AxYCAQIeAQIXgAAKCRABV0w1BqPYRuSqA/wPzsQxao2YePENCtgRTrO86U6zg3sl > OcS6CJFI4FZP5h/xD3GRsNH1+MPSvZlomDdpFnr547DGz/Kq9MXuQwVvlVig5yWZ > K5dtKp1r5YLhxJQBhfirZbRFFnYmf19f18J8OoS28tuFVftDl1AIwJS3HLyBTv6H > g2HyLAEKQIp30Q== > =aYCI > -----END PGP PUBLIC KEY BLOCK----- >
