Forum Discussion
Altera_Forum
Honored Contributor
19 years agotcp socket program puzzle
Hello everyone: I am learning and testing TCP socket program. In my application, I want to send and receive a great deal of data at one time. So the quantity of data exceed the size of array I...
Altera_Forum
Honored Contributor
19 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- 1, I have seen the option in the configure interface, but I wonder the kernel take use of what for the large blocks?[/b] --- Quote End --- well i'm not a kernel crack. Maybe you take a look at http://www.linuxdevices.com/articles/at7777470166.html (http://www.linuxdevices.com/articles/at7777470166.html) and in the kernel docs. Maybe someone else can explain it in short. <div class='quotetop'>QUOTE </div> --- Quote Start --- Can I just use the limited buffer to carry out large data transmission? For example, send several times?(I have tested, but still can't find good methods..[/b] --- Quote End --- you can reuse your buffers...