필터 지우기
필터 지우기

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

조회 수: 20 (최근 30일)
Beatrice Federici
Beatrice Federici 2022년 7월 16일
댓글: 柯汝 2023년 12월 1일
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.

답변 (1개)

Kunal Kandhari
Kunal Kandhari 2022년 11월 8일
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!

Community Treasure Hunt

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

Start Hunting!

Translated by