NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Nick on April 23, 2015, 12:41:36 PM

Title: packet.append > 16kB
Post by: Nick on April 23, 2015, 12:41:36 PM
In the past the packet string had a limit of about 16kB.
Is that limit still in the packet.append object?
Can I do a send packet > 16 kB ?

TIA,
Nick
Title: Re: packet.append > 16kB
Post by: Bruce on April 24, 2015, 05:36:51 AM
>> In the past the packet string had a limit of about 16kB.

yes.

>> Is that limit still in the packet.append object?

no. (That was the primary reason for changing from the String to a StringTheory object.)

>> Can I do a send packet > 16 kB ?

yes.

cheers
Bruce
Title: Re: packet.append > 16kB
Post by: Nick on April 24, 2015, 05:44:19 AM
Thanks!

Cheers,
Nick