Effacer les filtres
Effacer les filtres

Which is the Buffer Size of a TCP/IP socket (tcpclient)?

29 vues (au cours des 30 derniers jours)
Beatrice Federici
Beatrice Federici le 16 Juil 2022
Commenté : 柯汝 le 1 Déc 2023
Hello MathWorks Community,
TCP/IP socket module does not allow to define Input and Output Buffer Size.
Which is the default value?
Is there a way to modify it?
Thank you.

Réponses (1)

Kunal Kandhari
Kunal Kandhari le 8 Nov 2022
In the Transition Your Code to tcpclient Interface doc page, it is mentioned that "Buffer sizes are automatically managed and sized as needed."
Since the buffer size is automatically sized and is dynamic in nature, it is not possible to set it manually.
I hope it solves your query!
  1 commentaire
柯汝
柯汝 le 1 Déc 2023
then,how to transfer a long string?

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by