winsock2
What to use instead of getaddrinfo() and freeaddrinfo() targetting legacy Windows?
By requirement, I\'m targeting old legacy Windows systems (9x branch) where getaddrinfo() and freeaddrinfo() are not available.[详细]
2022-12-24 12:13 分类:问答Is there any way to use getaddrinfo() and freeaddrinfo() and still be the program compatible with legacy versions of Windows?
in the Winsock2 library getaddrinfo() and freeaddrinfo() was only added in Windows XP and on. I know how to replace them in legacy systems, but a conditional use depending on the Windows version won\'[详细]
2022-12-24 00:21 分类:问答Winsock2 recv() hook into a remote process
I was trying to hook a custom recv() winsock2.0 method to a remote process, so that my function executes instead of the one in the process, i have been googling this and i found some really good examp[详细]
2022-12-20 05:03 分类:问答Issue with gethostbyname on 64-bit Windows
I am trying to migrate some code from 32-bit Windows (XP and Server 2003) to 64-bit Windows 7, and I am having a weird problem with gethostbyname.[详细]
2022-12-18 03:12 分类:问答"Disabled use of AcceptEx() WinSock2 API" error on Windows 7 using Tomcat
When starting Tomcat 6 on Windows 7 Enterprise with JRE 6 using C:\\Program Files\\Apache Software Foundation\\Tomcat 6.0\\bin\\tomcat6.exe[详细]
2022-12-17 23:24 分类:问答Bind Error 10038 with windows socket application in c
I am testing out a Socket Server application in c and I am getting an error on the bind function with code 10038.I looked this up and MSDN says it means:[详细]
2022-12-15 17:05 分类:问答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 l开发者_开发知识库eft running, sometimes however it is restarted. (Stop, wait 300[详细]
2022-12-10 05:45 分类:问答