Giter VIP home page Giter VIP logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Igor, Please provide your plan on how to do that.
Do not start coding before I approve it.
When you have plan, please assign the issue to me!
Thanks,
  Avner

Original comment by [email protected] on 3 Apr 2011 at 7:45

  • Changed state: Accepted

from sockperf.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
this point is close with #25.

Plan:
1. add option -tcp-skip-blocking-send for a server and a client modes (set off 
by default);
2. use special return value (-2) in msg_sendto to process skip send operation 
cases;
3. add global variable as g_skipCount to count skipped messages;
4. increment g_skipCount in client_send_packet() and decrement packet sequence 
number to keep one w/o gaps;
5. clear Tx Time for ping-pong reply packets in case (-2) is occured;
6. process EAGAIN and EWOULDBLOCK in sendto();
7. set MSG_DONTWAIT flag for send operation in case --tcp-skip-blocking-send is 
enabled;
8. Important: skip case is occured (for statistic) during send operation when 
no bytes related message sent before due to we do not have way to notify server 
about corrupted or skipped messages and we do not have CRC inside message.
9. display number of skipped messages in case they exist in final output.

Original comment by [email protected] on 25 Apr 2011 at 10:08

  • Changed state: Started

from sockperf.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
r54
This ability is enclosed in EXTRA_ABILITY macro definition. It is disabled in 
build process by default. User needs to set --enable-extra option in configure 
as ($ ./configure --prefix=<path to install> --enable-extra) to make 
functionality workable.


Original comment by [email protected] on 13 May 2011 at 6:37

  • Changed state: Fixed

from sockperf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.