|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Feature Requests-2914924 ] Support for QoS tagging needed
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 15 Dec 2009 22:05:02 +0000
Feature Requests item #2914924, was opened at 2009-12-15 10:28
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
This is most easily achieved by having applications mark their traffic with the
To achieve this:
* A configuration option is needed to allow specifying a QoS value (cs0...cs7,
* A setsockopt(..., SOL_IP, IP_TOS, ...) will then need to be done on the
* Potentially a reasonable default value (like AF11 or AF12) could be set when
----------------------------------------------------------------------
>Comment By: Philip Prindeville (pprindeville)
Message:
From what I can tell by running 'strace curl ...':
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
tells me that it's calling src/main.c sockoptcallback().
So I guess I need to add a similar function? It's not clear.
I thought the changes I made lib/http.c, lib/connect.c would have been
Also, I was wondering how to introduce a system-wide set of configuration
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info