what i found out (have a look at the attachment):
to send symbols from [netclient] to [netserver] works fine. the other way around, from [netserver] to [netclient], works until a symbol-lenght of 32 characters. longer symbols are splitted in two [netserver]-messages. Is there a way to send symbols of 40 characters this way? Or is there a possibility to send lists over internet?
roman
Olaf Matthes hat geschrieben:
Roman Haefeli wrote:
hi
what is the maximum length of a symbol? from what is it depending? is it changeable? i made 2patches with netclient/netserver(motex): in the first patch 40 characters are transmitted. in the second only 25.
netserver and netclient (like netreceive) each use a receive buffer that is 4096 characters long. This should only affect the total length of a list but not the length of a single symbol. I can't find anything in the code that is likely to reduce the size of a symbol. Does the same happen when you use netsend / netreceive or even send / receive?
Olaf