Network Quality of Service (QoS/qWAVE) - Windows Networking Development
Recent update: 2008-3-21

DCSP/QoS - Tagging Windows Media Services

531 byte By JTHickman at 2008-3-7
Looking for some help, as I'm a server guy and not a devleper. I have Windows 2003EE boxes running Windows Media Server and our telecom guys would like for me to tag the outgoing traffic with a DSCP (320 or PHB code (CS4) so they can prioritize the traffic at the switches/routers. I've ...

Behaviour of Ad hoc Wireless Network in VISTA

2111 byte By sumeetpk at 2008-3-6
Hi, I am running VISTA on two machines which are using ad hoc wireless for communication. I have followed following steps to establish a connection between these two machines Steps: Created an ad wireless ad hoc network on mc1 Connect ad hoc wireless network created by mc1 from mc2 mc1 ...

QoS in .Net?

447 byte By gmads at 2008-3-5
I'm guessing that there are not many .Net developers in this part of the forum, but I'll ask anyway.I need to make sure that my .Net application does not use too much bandwidth. I'm looking at QoS as a solution, but there does not seem to be access to it in .Net. I have an idea that I may be ...

QOS

2120 byte By Mihnea at 2008-3-3
Have any of you guys succesfully attempted to mark two SOCK_STREAMS at the same time. I'm trying to do that, and i fail miserably. I have the simplest socket client possible, a console application that opens a QOS enabled socket to an ECHO server. My problem is that only the first socket gets ...

Socket access to restricted user

604 byte By Milu at 2008-3-1
Hello all of you, I have developed socket application in VB which uses Winsock API. When i login as Administrative User, I have no problem to establish connection with Java Server. But when i login as Restricted user, I can not send data through winsock (I tested it out using Packet Sniffer) I ...

Strange GQOS Problem

69166 byte By Mihnea at 2008-2-28
Hi. I have a very strange QOS related problem. My problem is that ic cannot get the sending client application to concurently mark two or more sockets with higher priority DiffServ code. I have included the source files for both the server and the client test applications. Server is: ...

Outcomming traffic dscp with QOS_DS_CLASS

14779 byte By Alineo at 2008-2-27
Hi, Hi, i have a problem with qos on winXp sp2. I want to shape outcomming traffic. I use qos to set upper limit for outcomming bandwidth for my application. the code is follow. My question is how i can do to test my server code, I have to create a client/customer whit a simple socket ? or may ...

802.1p DON'T WORK WITH traffic control dll !!!

295 byte By youss_75019 at 2008-2-26
I try to use the 802.1p marking with Traffic Control API (under XPSP2) it doesn't work. I enable Qos Packet Scheduller and disable 802.1p support on my NIC. I don't see the tag . whereas with the DSCP it works fine. Can you help me to make it works fine.... thank you

802.1p marking packet with Winsock2

392 byte By Alineo at 2008-2-25
hi,I made an application who overwrite dscp value with TC API and it runs ok.Now I try to set/mark the 802.1p for layer 2 with the same api .I took the same code and change the QOS_DS_CLASS by QOS_TRAFFIC_CLASSmy question is how modify the generic filter for change the pattern for taking the ...

Behaviour of Ad hoc Wireless Network in VISTA

2111 byte By sumeetpk at 2008-2-24
Hi, I am running VISTA on two machines which are using ad hoc wireless for communication. I have followed following steps to establish a connection between these two machines Steps: Created an ad wireless ad hoc network on mc1 Connect ad hoc wireless network created by mc1 from mc2 mc1 ...

help me about ping command

363 byte By babblu at 2008-2-23
hi 2 all tell me about ping commandex. ping -l 5500 1.1.11 ping -l(*L) 1.1.1.11 " here *L(capital L) sends buffer size. it's range is 0-65500max. in cmd prompt. but in window help and supports says it's supports 0-65527max."where is 27 bytes. plz tell me someone. ...

qWAVE and DSCP values

378 byte By KevinOConnor at 2008-2-22
As I understand it, qWAVE will, among other things, provide DSCP marking for packets. Presumably, the DSCP value used is dependent on the QOS_TRAFFIC_TYPE enum value passed into QOSAddSocketToFlow(). The documentation for QOS_TRAFFIC_TYPE doesn't list any specific DSCP values for the different ...

QoS in .Net?

447 byte By gmads at 2008-2-22
I'm guessing that there are not many .Net developers in this part of the forum, but I'll ask anyway.I need to make sure that my .Net application does not use too much bandwidth. I'm looking at QoS as a solution, but there does not seem to be access to it in .Net. I have an idea that I may be ...

How to activate TC API for to use QoS

145 byte By Alineo at 2008-2-21
Hi, I use windows xp, I have a question : How to activate TC API for to use QoS I hope somebody can help me... thank you...

Error TcAddFlow: ERROR: 1450 TC Api

6896 byte By Alineo at 2008-2-20
Hi everybody,i try to set dscp of outcomming udp packet on winXp sp2.But i have the following error :TcAddFlow: ERROR: 1450There are not enough resources to accommodate the requested flow. Code Snippet DWORD destPort,srcPort ; PCHAR destAddress; destAddress="172.18.100.37"; ...

Outcomming traffic dscp with QOS_DS_CLASS

14779 byte By Alineo at 2008-2-19
Hi, Hi, i have a problem with qos on winXp sp2. I want to shape outcomming traffic. I use qos to set upper limit for outcomming bandwidth for my application. the code is follow. My question is how i can do to test my server code, I have to create a client/customer whit a simple socket ? or may ...

Vista, GQoS and WSAIoctl

1208 byte By GuyLepine at 2008-2-18
I am currently trying to port an existing GQoS solution (since we cannot use the traffic control API, due to user privilege restrictions) from Windows XP to Vista and I am struggling with a issue regarding WSAIoctl. We are running the exact same code under XP and Vista, using the v6.0 Microsoft ...

qWAVE and DSCP values

378 byte By KevinOConnor at 2008-2-17
As I understand it, qWAVE will, among other things, provide DSCP marking for packets. Presumably, the DSCP value used is dependent on the QOS_TRAFFIC_TYPE enum value passed into QOSAddSocketToFlow(). The documentation for QOS_TRAFFIC_TYPE doesn't list any specific DSCP values for the different ...

Wireless Networking Hardware for Windows Server 2003?

310 byte By pbd22 at 2008-2-16
Hi. I can't believe I am having such a hard time finding wireless networking drivers for the windows 2003 OS!! Can somebody please tell me what companies supports wireless networking cards for this operating system? I have called D-Link, Linksys and others and they all tell me they wont ...

Vista, GQoS and WSAIoctl

1208 byte By GuyLepine at 2008-2-15
I am currently trying to port an existing GQoS solution (since we cannot use the traffic control API, due to user privilege restrictions) from Windows XP to Vista and I am struggling with a issue regarding WSAIoctl. We are running the exact same code under XP and Vista, using the v6.0 Microsoft ...

Internet through RDP ? A Problem ?

1218 byte By kris3984 at 2008-2-15
Hi all , I have the following scenario and want to get it confirmed whether will it work ? My Scenario is I have a Desktop system (winxp or any other windows client) in a private network wich will connect to the Terminal Server(probably windows 2003 server) with two nic cards.I will do a NAT ...

QoS in .Net?

447 byte By gmads at 2008-2-15
I'm guessing that there are not many .Net developers in this part of the forum, but I'll ask anyway.I need to make sure that my .Net application does not use too much bandwidth. I'm looking at QoS as a solution, but there does not seem to be access to it in .Net. I have an idea that I may be ...

data transfer betn passthru netvmini(NDIS driver)

387 byte By Roxy at 2008-2-15
hi all, i m working on ddk samples src/netwok/ndis/passthru.. and /src/netwok/ndis/netvmini. i want to send and recive packets from netvmini miniport to passthru and passthru to miniport. Basically i want to send data from user application to netvmini & vice versa. Can anybody help me? ...

RTCP Question

529 byte By Hernan93 at 2008-2-15
I need to test VoIP application in a wireless network. I have a program thatreads a sound file and creates a RTP session to send it to other computer. Inorder to measure the application performace I need to take the followingmetrics during the RTP session:- Packet loses.- End to end delay- ...

Problem when using WSAConnectByName, alway return socket error #10109

1231 byte By wy6688 at 2008-2-14
I tried on a Fresh installed Vista and my working Vista, using the sample code from MSDN help.here is the source:SOCKET OpenAndConnect(LPSTR NodeName, LPSTR PortName) { SOCKET ConnSocket; int ipv6only = 0; int iResult; BOOL bSuccess; SOCKADDR_STORAGE LocalAddr = {0}; SOCKADDR_STORAGE RemoteAddr ...

Vista, GQoS and WSAIoctl

1201 byte By GuyLepine at 2008-2-14
I am currently trying to port an existing GQoS solution (since we cannot use the traffic control API, due to user privilege restrictions) from Windows XP to Vista and I am struggling with a issue regarding WSAIoctl.We are running the exact same code under XP and Vista, using the v6.0 Microsoft ...

help me about ping command

359 byte By babblu at 2008-2-13
hi 2 all tell me about ping commandex. ping -l 5500 1.1.11 ping -l(*L) 1.1.1.11 " here *L(capital L) sends buffer size. it's range is 0-65500max. in cmd prompt. but in window help and supports says it's supports 0-65527max."where is 27 bytes. plz tell me someone. ...

Socket access to restricted user

594 byte By Milu at 2008-2-13
Hello all of you,I have developed socket application in VB which uses Winsock API. When i login as Administrative User, I have no problem to establish connection with Java Server. But when i login as Restricted user, I can not send data through winsock (I tested it out using Packet Sniffer)I ...

RTCP Question

536 byte By Hernan93 at 2008-2-12
I need to test VoIP application in a wireless network. I have a program thatreads a sound file and creates a RTP session to send it to other computer. Inorder to measure the application performace I need to take the followingmetrics during the RTP session:- Packet loses.- End to end delay- ...

data transfer betn passthru netvmini(NDIS driver)

386 byte By Roxy at 2008-2-11
hi all, i m working on ddk samples src/netwok/ndis/passthru.. and /src/netwok/ndis/netvmini. i want to send and recive packets from netvmini miniport to passthru and passthru to miniport. Basically i want to send data from user application to netvmini & vice versa. Can anybody help me? ...

How to send UDP/IPv6 with DSCP on XP?

396 byte By ChristopherL at 2008-2-10
Hello everybody, I have an application that use Traffic Control API to apply a DSCP value on a specified flow. This works fine under Windows XP and should also work fine with Windows Vista. But that is not the case. My application is running with the "Administrator Privilege" as required. Is ...

How to send UDP/IPv6 with DSCP on XP?

396 byte By ChristopherL at 2008-2-10
Hello everybody, I have an application that use Traffic Control API to apply a DSCP value on a specified flow. This works fine under Windows XP and should also work fine with Windows Vista. But that is not the case. My application is running with the "Administrator Privilege" as required. Is ...

Vista, GQoS and WSAIoctl

1201 byte By GuyLepine at 2008-2-8
I am currently trying to port an existing GQoS solution (since we cannot use the traffic control API, due to user privilege restrictions) from Windows XP to Vista and I am struggling with a issue regarding WSAIoctl.We are running the exact same code under XP and Vista, using the v6.0 Microsoft ...

Why I can't see LLTD probe packets on network?

683 byte By yy_unicorn at 2008-2-8
Hi, I have a PC with Vista and I start qWAVE. Also I install a LLTD responder on my laptop with XP. When I view the full network map, I can catch LLTD packets on my laptop with ethereal. But when I use a Netgear EVA700 to play video on Vista PC, I can't catch LLTD probe packets on network. ...

DSCP problem with Windows Vista

396 byte By ChristopherL at 2008-2-7
Hello everybody, I have an application that use Traffic Control API to apply a DSCP value on a specified flow. This works fine under Windows XP and should also work fine with Windows Vista. But that is not the case. My application is running with the "Administrator Privilege" as required. Is ...

Why I can't see LLTD probe packets on network?

683 byte By yy_unicorn at 2008-2-7
Hi, I have a PC with Vista and I start qWAVE. Also I install a LLTD responder on my laptop with XP. When I view the full network map, I can catch LLTD packets on my laptop with ethereal. But when I use a Netgear EVA700 to play video on Vista PC, I can't catch LLTD probe packets on network. ...

QOS works incorrect on Windows 2000 SP4

11837 byte By ComandanteSerge at 2008-2-7
Hi, i have a problem with qos on win2000 sp4.I want to shape outcomming traffic. I use qos to set upper limit for outcomming bandwidth for my application.The code below works fine on Windows XP. If I set speed to 4 mb or 2 mb it works fine.But on windows 2000 if I set limit to 4 mb or to 2 mb ...

GQoS vs QoS2 vs qWAVE

574 byte By KevinOConnor at 2008-2-7
I have some applications that make use of GQoS under XP and Server 2003 and I've heard a lot about QoS changing in Vista. I've been looking all over the MSDN web site, but I'm still a little confused.What's the difference, if any, between QOS2 and qWAVE?The qWAVE documentation states that ...

Windows IPC....help

1075 byte By Dan_Dan at 2008-2-6
Dear allI have been thinking the last few days of a best way to achieve this task:I have two pieces of software. They are both independent application and are final products.(i cant modify the soure).But they both provide an API listing methods that i might want to use to extend some ...

WindowsXP "Network neighborhood" subnetting failed computers list

743 byte By kehsiao at 2008-2-6
WindowsXP "Network neighborhood" subnetting failed computers list i have a network using extreme switchers andsubnetting one of the computers is using norton antivirus corporateedition, that software uses "Network neighborhood" to access the remotecomputers, i can see all ...

Vista app to validate LLTD/QoS calls?

651 byte By jhratliff at 2008-2-5
Greetings all,I'm a newcomer to this forum so forgive me if this is a bonehead question...I've recently implemented the LLTD code in a networked storage device - I'm showing up in the network at the expected map location and all seems well. I believe I've read that the basic QoS calls are ...

Vista app to validate LLTD/QoS calls?

651 byte By jhratliff at 2008-2-5
Greetings all,I'm a newcomer to this forum so forgive me if this is a bonehead question...I've recently implemented the LLTD code in a networked storage device - I'm showing up in the network at the expected map location and all seems well. I believe I've read that the basic QoS calls are ...

WindowsXP "Network neighborhood" subnetting failed computers list

743 byte By kehsiao at 2008-2-4
WindowsXP "Network neighborhood" subnetting failed computers list i have a network using extreme switchers andsubnetting one of the computers is using norton antivirus corporateedition, that software uses "Network neighborhood" to access the remotecomputers, i can see all ...

Questions of qWave API

398 byte By chunkai at 2008-2-4
When I call API QOSCreateHandle, the return is true.However, When API QOSStartTrackingClient is called.the return is false and GetLastError returns error code 1168,which says ERROR_NOT_FOUND.My environment is Vista OS build5472.winmain_idx01.060713-1900with platform SDK of version ...

Problem with QOSAddSocketToFlow

361 byte By chunkai at 2008-2-4
I have a problem with Vista OS build 5536 andVista windows SDK 6.0.5472.2.1.WindowsSDK_Vista_idw.DVD.Rel.img With such version, the QOSAddSocketToFlow returnsan error code ERROR_NOT_FOUND, which says that Invalid FlowID specified. Howeve, I set the parameter Flowid with 0 as the API domument ...

Just for FUN

515 byte By JOHNY at 2008-2-4
Look at that http://www.nero.com/nero7/enu/index.html"Windows Vista? Ready – enjoy Nero’s software applications with improved graphics and the streamlined features made possible with the Microsoft Vista operating system "Don't think so but they resolved many bugs with the Vista ...

Windows IPC....help

1075 byte By Dan_Dan at 2008-2-3
Dear allI have been thinking the last few days of a best way to achieve this task:I have two pieces of software. They are both independent application and are final products.(i cant modify the soure).But they both provide an API listing methods that i might want to use to extend some ...

GQoS vs QoS2 vs qWAVE

574 byte By KevinOConnor at 2008-2-3
I have some applications that make use of GQoS under XP and Server 2003 and I've heard a lot about QoS changing in Vista. I've been looking all over the MSDN web site, but I'm still a little confused.What's the difference, if any, between QOS2 and qWAVE?The qWAVE documentation states that ...

retrieving network interface IP addresses

902 byte By NealSidhwaney at 2008-2-2
Hi,I need to overwrite the DSCP byte for outgoing packets on a given socket. Currently, I am enumerating interfaces with TcEnumerateInterfaces() and plan to use TcAddFlow/TcAddFilter() to add a flow with a new QOS_DS_CLASS object. However, I need to match the interface from TcEnumerateInterface ...

retrieving network interface IP addresses

902 byte By NealSidhwaney at 2008-2-2
Hi,I need to overwrite the DSCP byte for outgoing packets on a given socket. Currently, I am enumerating interfaces with TcEnumerateInterfaces() and plan to use TcAddFlow/TcAddFilter() to add a flow with a new QOS_DS_CLASS object. However, I need to match the interface from TcEnumerateInterface ...