Description:
Microsoft 32-bit development newsgroup.
|
|
|
PGM and SPM
|
| |
Is there a way to adjust the rate at which SPM packets are send when using a PGM socket ? If I could adjust this setting I have control on how fast the protocol detects a packet send failure.
|
|
QOS and PGM
|
| |
When setting up TC (Traffic Control) only three protocols (udp, tcp and tcp-a) seem to be supported. But what about PGM (pragmatic general multicast) ? Is that also supported ? I tried to apply QOS through the GQOS API on a PGM socket. Here the problem is that when I create a socket I need to supply a service provider with... more »
|
|
Internal QOS on the local and remote computer
|
| |
When I apply QOS on a socket through GQOS, TC or Qwave does windows internally prioritize the packets send over those sockets (when sending and receiving network packets) ? Or is the sole purpose of QOS (except for the shaping of traffic) to apply the right headers so other network elements can prioritize packets.... more »
|
|
GQOS & QOS for multicast UDP sockets
|
| |
For my application I need to join the same multicast address on different network interfaces. But, there seems to be a problem setting QOS on all interfaces. I want to send prioritized udp data over different network interfaces to the same multicast endpoint (224.5.6.7:9999). Therefore, I set the... more »
|
|
Bluetooth pair without using a code
|
| |
I am trying to use a Bluetooth device that does not have a pairing code in Vista. When I choose "pair without using a code" in Bluetooth Devices control panel, it pairs OK and adds a Service, Serial port ( SPP) 'AT Serial' COM4. But when I call CreateFile to open COM4, Vista shows a "click here" box... more »
|
|
DHCP Vendor-Specific Information Option
|
| |
I am facing one problem in windows DHCP API. I have to send DHCP INFORM message with Vendor-Specific Information Option and Enterprise number in this Vendor-Identifying Vendor-Specific Information Option. But I cant see any option to set Enterprise number in windows API DhcpRequestParams().Could you... more »
|
|
winsock best way to call closesocket
|
| |
We are using winock 2.2 in one of our client server application. while we are about to close the socket we use this logic. while(!closesocket(s)) sleep(200); is this the right way to call the winsock closeocket. thanks Mubashir
|
|
Strange behaviour with sniffer filtering
|
| |
I use Wireshark to sniff a LAN. When I filter a certain address I don't see any packet but if I don't filter anything I see packets with this specific address. Is there any possible explanation to that phenomena? Regards James
|
|
|