|
Prev: Determining a virtual COM port of an USB device
Next: Is parsing the HID report manully a right decision in my case?
From: Angie on 4 Apr 2008 17:28 All, I find one problem with the Netmeeting running on the WAN adapter when the packet scheduler is enabled. The problem I found as follows. During the conversation session(voice data is transmiting), if I send a ping packet to the peer, the ICMP echo packets are blocked by the packet scheduler when they are received. By running theWireShark to capture the packets, I can see the ICMP echo packets there. However, ping test cannot go througth. If I disable the packet scheduler, the problem is solved. Is there anyone who knows what QoS API in windws that I can call to control the packet scheduler programatically?
From: Pavel A. on 4 Apr 2008 18:25 "Angie" <kimojolin(a)yahoo.com> wrote in message news:uo3sZrplIHA.1164(a)TK2MSFTNGP02.phx.gbl... > All, > > I find one problem with the Netmeeting running on the WAN adapter > when the packet scheduler is enabled. > > The problem I found as follows. > During the conversation session(voice data is transmiting), if I > send a ping packet to the peer, the ICMP echo packets are blocked by the > packet scheduler when > they are received. By running theWireShark to capture the packets, > I can see the ICMP echo packets there. However, ping test cannot go > througth. Are you sure that packet scheduler blocks any packets on receiving side? AFAIK it deals only on the sending direction. --PA > If I disable the packet scheduler, the problem is solved. > > Is there anyone who knows what QoS API in windws that I can call to > control the packet scheduler programatically? > > >
From: Angie on 4 Apr 2008 18:33 Yes, the ICMP echo packets (receiving side) are blocked becasue I could see them from the WireShark when I captured the packets from the PPP adapter. In addition, I captured the packets from the peer and ICMP(request, echo) packets could be found there. "Pavel A." <pavel_a(a)NOwritemeNO.com> wrote in message news:O2uIEJqlIHA.1204(a)TK2MSFTNGP03.phx.gbl... > "Angie" <kimojolin(a)yahoo.com> wrote in message > news:uo3sZrplIHA.1164(a)TK2MSFTNGP02.phx.gbl... >> All, >> >> I find one problem with the Netmeeting running on the WAN adapter >> when the packet scheduler is enabled. >> >> The problem I found as follows. >> During the conversation session(voice data is transmiting), if I >> send a ping packet to the peer, the ICMP echo packets are blocked by the >> packet scheduler when >> they are received. By running theWireShark to capture the packets, >> I can see the ICMP echo packets there. However, ping test cannot go >> througth. > > Are you sure that packet scheduler blocks any packets on receiving side? > AFAIK it deals only on the sending direction. > > --PA > > >> If I disable the packet scheduler, the problem is solved. >> >> Is there anyone who knows what QoS API in windws that I can call >> to control the packet scheduler programatically? >> >> >>
From: Angie on 4 Apr 2008 21:52 I am reading the Traffic Control API. I am not sure that those APIs can help or not. "Pavel A." <pavel_a(a)NOwritemeNO.com> wrote in message news:O2uIEJqlIHA.1204(a)TK2MSFTNGP03.phx.gbl... > "Angie" <kimojolin(a)yahoo.com> wrote in message > news:uo3sZrplIHA.1164(a)TK2MSFTNGP02.phx.gbl... >> All, >> >> I find one problem with the Netmeeting running on the WAN adapter >> when the packet scheduler is enabled. >> >> The problem I found as follows. >> During the conversation session(voice data is transmiting), if I >> send a ping packet to the peer, the ICMP echo packets are blocked by the >> packet scheduler when >> they are received. By running theWireShark to capture the packets, >> I can see the ICMP echo packets there. However, ping test cannot go >> througth. > > Are you sure that packet scheduler blocks any packets on receiving side? > AFAIK it deals only on the sending direction. > > --PA > > >> If I disable the packet scheduler, the problem is solved. >> >> Is there anyone who knows what QoS API in windws that I can call >> to control the packet scheduler programatically? >> >> >>
From: Volodymyr M. Shcherbyna on 7 Apr 2008 05:54
Probably, these posts will be valuable for you: http://blogs.msdn.com/wndp/archive/tags/QoS/default.aspx -- V. This posting is provided "AS IS" with no warranties, and confers no rights. "Angie" <kimojolin(a)yahoo.com> wrote in message news:%23FAsk%23rlIHA.5160(a)TK2MSFTNGP05.phx.gbl... >I am reading the Traffic Control API. I am not sure that those APIs can >help or not. > > "Pavel A." <pavel_a(a)NOwritemeNO.com> wrote in message > news:O2uIEJqlIHA.1204(a)TK2MSFTNGP03.phx.gbl... >> "Angie" <kimojolin(a)yahoo.com> wrote in message >> news:uo3sZrplIHA.1164(a)TK2MSFTNGP02.phx.gbl... >>> All, >>> >>> I find one problem with the Netmeeting running on the WAN adapter >>> when the packet scheduler is enabled. >>> >>> The problem I found as follows. >>> During the conversation session(voice data is transmiting), if I >>> send a ping packet to the peer, the ICMP echo packets are blocked by the >>> packet scheduler when >>> they are received. By running theWireShark to capture the >>> packets, I can see the ICMP echo packets there. However, ping test >>> cannot go througth. >> >> Are you sure that packet scheduler blocks any packets on receiving side? >> AFAIK it deals only on the sending direction. >> >> --PA >> >> >>> If I disable the packet scheduler, the problem is solved. >>> >>> Is there anyone who knows what QoS API in windws that I can call >>> to control the packet scheduler programatically? >>> >>> >>> > > |