Re: Download of large Files (gif / mmf / jad / jar)
Tobias Selig <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Paul Keogh wrote: >>Ok, as promised, attached the logfile. See the WARNING message kannel >>spits out. >>I found no point where kannel and the mobile negotiates the maximum >>content size, but the limit is >>definetely set to 15KB somewhere. >> >> >> > >The WAP stack does not print the client SDU size as a debug trace. You >could easily add it. The limit is set by the client device; if it was'nt >you would get a default value of 1400 set by the server. > > > > Ok thanks for your help. I already thought that the phone sets the limit, as theres a define MAX_CONTENT_SIZE 15 * 1024 in some of the header sourcecode files of the protocol stack. BR Tobias