CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bhanubtech35

Search: Search took 0.03 seconds.

  1. Re: creating multiple ports at server and client

    we are using LINUX network programming
  2. Re: creating multiple ports at server and client

    Actually we want to send data through 10Gbps line(i.e. using optical fiber). So, to achieve higher data rates we have to send jumbo packets.Using single port we didn't get good throughput so we want...
  3. Re: creating multiple ports at server and client

    can you explain any solution for this problem.
    (Here we are using UDP for sending packets.)
  4. Re: creating multiple ports at server and client

    Actually i want send jumbo frames [5000bytes] from each client to sever.
    My idea is, if we send both request messages from different clients to a particular port on server and send data to same port...
  5. Re: creating multiple ports at server and client

    thank you very much for your reply.
    my main idea is described in the following image.
    please suggest code for this in c language.
    30031
  6. creating multiple ports at server and client

    Hi... i am new to the network programming.

    i want solution for creating multiple ports at both server and client sides using c/c++.

    My main idea is to send requests from different clients to...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured