NetTalk Central

Author Topic: packet.append > 16kB  (Read 3009 times)

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
packet.append > 16kB
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: packet.append > 16kB
« Reply #1 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

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: packet.append > 16kB
« Reply #2 on: April 24, 2015, 05:44:19 AM »
Thanks!

Cheers,
Nick