Tagged Questions
The qos tag has no wiki summary.
3
votes
3answers
475 views
How do we calculate the uptime of 24/7 website?
When companies come forward and claim 99.98%, how do they come to that number? Is that the only QoS parameter or are there any other useful and important parameters?
2
votes
2answers
683 views
Why is my Linux prio based tc not improving network latency?
I am building a real-time embedded linux application that has a variety of network traffic. Of the set of traffic, two connections are time critical. One is the input data and the other for output ...
2
votes
1answer
99 views
Generic QoS Message batching and compression in Java
We have a custom messaging system written in Java, and I want to implement a basic batching/compression feature that basically under heavy load it will aggregate a bunch of push responses into a ...
2
votes
1answer
217 views
How can I determine the quality of service in WCF?
I want to determine the following QoS Attribute of my service:
Response Time
Reliability
Availability
I will be creating an application that will select a service based on the mentioned ...
2
votes
8answers
538 views
Are sockets reliable?
Is it a good idea to use sockets to send data between two servers, or should I use something like MQ for moving data.
My questions: are sockets reliable, if I need once only/assured delivery of the ...
2
votes
3answers
644 views
How to setup Quality of Service?
I'm talking about http://en.wikipedia.org/wiki/Quality_of_service. With streaming stackoverflow podcasts and downloading the lastest updates to ubuntu, I would like to have QoS working so I can use ...
1
vote
0answers
51 views
Windows Permissions/Policy required to use qWAVE
I'm attempting to use qWAVE (on Windows Server 2008 R2) to set arbitrary DSCP values on socket traffic. I think I'm setting up the flow correctly, but when I try to call QOSSetFlow(), I'm getting an ...
1
vote
1answer
73 views
QoS for TCP connection made by a DLL
Our Windows app asks a 3rd party DLL to make a TCP connection to a server. We need to apply QoS parameters to this TCP connection, in order to reduce latency. Any ideas on how to do that? We're open ...
1
vote
0answers
177 views
Does Android support QoS flows over EVDO?
QoS -- as opposed to Best Effort. If Android does, how can I access those elements of the API?
1
vote
2answers
2k views
How to set the maximum TCP mss (Maximum Segment Size) on Linux?
A simple question:
In Linux, how do you set the maximum segment size that is allowed on a TCP connection? I need to set this for an application I did not write (so I cannot use setsockopt to do it). ...
1
vote
1answer
875 views
Linux low latency tcp stream
I have an embedded application that has this requirement: One outgoing TCP network stream need absolute highest priority over all other outgoing network traffic. If there are any packets waiting to ...
1
vote
0answers
636 views
Setting DIFFSERV/DSCP with GQOS for specific socket in c
I need to set the DSCP field of packets sent from a specific (tcp) socket in windows XP.
It seems that the GQOS API should serve this purpose (see ...
1
vote
1answer
228 views
How would you associate QoS with WCF?
In SOA(Service Oriented Architecture), service composition usually consider the QoS or the Quality of Service during the composition stage. If I am going to create a WCF-based SOA, how would I get the ...
1
vote
2answers
482 views
How to do TOS/DSCP in ruby?
How does one set the TOS flags/DSCP flags in Ruby on a UDP/TCP stream
(preferably using the Ruby/Sockets library)?
0
votes
0answers
19 views
WMM with windows 7
I am developing a 802.11 NDIS 6 miniport driver. My hardware has four tx queue for different type of packet - BE, BK, VI, VO. So to implement that from the SendNetBufferList function I have determined ...
0
votes
0answers
25 views
yahoo messenger QoS application type
I am trying to set a QoS rule for yahoo messenger video/voice call. However I don't know what type of service they are. Are they IGMP, SIP, H323 ,RSTP, ....?
Or what port range they use?
0
votes
0answers
31 views
Applying QOS policies using API
I know windows support Applying QOS policies using local group policy editor , is there a way i can apply using the same using a windows api ?
0
votes
2answers
68 views
Android call quality
it's possible to get or to measure the call quality during a voice call in Android?
The ideia is to know the distribution of quality audio during a call by location.
0
votes
0answers
88 views
Why is my NDIS intermediate driver clearing layer 2 priority bits
I'm writing an intermediate NDIS filter that operates between the QoS packet scheduler, and the lower-level device driver. The filter is supposed to pass traffic almost transparently through, while ...
0
votes
1answer
996 views
How to calculate Packet loss, Jitter and QoS parameters of video over an IP connection?
I came across a mobile application which performs voice and video quality test to give a measure of the quality of voice/video experience over an IP connection. The test calculates the values of ...
0
votes
1answer
616 views
Setting DSCP using IP_TOS stopped working on Windows XP
I had this working a few weeks ago. I use the old setsocopt with IP_TOS and the DisableUserTOSSetting=0 to set the DSCP in outbound RTP traffic.
Now it does not work anymore on my Windows XP machine.
...
0
votes
3answers
168 views
Inconsistent packet delivery by NIC, NIC performance measurement
One of our customers experiences problem with our streaming application (win32). It seems like UDP (RTP) packets that should be sent by the application with some constant interval (say 20 ms) are ...
0
votes
1answer
190 views
Windows RSVP QoS service is stopped when no QoS-socket active. Can that be changed?
We have a program that uses QoS-sockets, our softphone application uses QoS for the RTP.
That application is normally left running, sometimes however it is restarted. (Stop, wait 300ms, start.)
We ...
0
votes
1answer
1k views
Ruby - How to do DSCP marking in packets?
I have a need to mark packets with DSCP markers for testing a product, but I'm not seeing a way to do this directly. Am I just missing something, or do I really need to start learning network ...