-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can i work with tcp connection without Winsock or another external binary?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Right now, I'm programming the networking for my online game, and I'm not really sure
what to do about receiving data.
The problem is that I can't really guess the packet's size, so I thought of reading just 4 bytes from the packet and converting them to an int to know what's the packet's size.
Then…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What do you guys recommend for a resource for winsock?
I have an assignment that we have only have a few days to do that needs to send a simple packet using UDP (and receive the same type of packet).
I am fairly familiar with C# sockets but nothing with C++.
Any tips or resources?
>>> More
-
as seen on Super User
- Search for 'Super User'
I am building a C# application and I am looking for all a list of TCP/IP and WinSock Repair commands.
ipconfig /flushdns
netsh int reset all
netsh int ipv4 reset
netsh int ipv6 reset
netsh int ip reset
netsh int ip reset c:\ipreset.log
netsh int ip reset resetlog.txt
netsh…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear All,
my socket library which is implemented using winsock2 is working properly.
But when ESET Nod32 installed on the computer, connect() function returns 0(zero) ,that is success, even if remote host is not available.
I looked with netstat -b command and saw that ekrn.exe is accepting the client…
>>> More