As Windows doesn\'t provide UNIX domain sockets, I am using a a local TCP connection to simulate the behaviou开发者_StackOverflow中文版r. Now, POSIX guarantees that if several threads are writing to t
I\'m new to both winsock and bluetooth programming. I need to develop a bluetooth service to run on a pc.
I had another question about this issue, but I didn\'t ask properly, so here I go again! I\'m sending a file by sending it in chunks. Right now, I\'m playing around with different numbers for the siz
I have a 开发者_开发问答server application that binds to a port and listens on it. I\'ve set up the router to forward the data on this port to the server.
I\'ve been trying to get the lpfnAcceptEX function in Win32 to block on accept. If this is not possible I was wondering if there was a flag I could accpet or some other function that I could wait on.
HI Folks, I have a threaded C++ program where up to three threads are calling select on a three separate socket descriptors waiting for data to become available.Each thread handles one socket and add
Is there any reason for a blocking call to winsock\'s send() function on Vista to return immediately ? It works with expected delay on XP and below. I\'m wondering if this has got anything to do with
I need to communicate with a hardware device using TCP and with Windows I would use WinSock. What is t开发者_如何学编程he equivalent library that I can use from the iPhone SDK?There isn\'t anything l
Right now, I\'m programming the networking for my online game, and I\'m not really sure what to do about receiving data.
On Windows, it\'s possible to program an LSP service on top of Winsock which provides the ability to do a lot开发者_如何学Python of manipulation/etc. with networked applications.For instance, some ant