sockets
Why does ping work without administrator privileges?
as you may know one is unable to create RAW sockets using Windows Sockets without having administr开发者_高级运维ative priviliges. The problem is, that I need to send ICMP messages, thus I need RAW so[详细]
2023-04-11 23:33 分类:问答android https post - exception
i have developed a application which will post data to server using https. Code works well on devices, now suddenly I\'m getting java.net.SocketException : The operation timed outin few devices.[详细]
2023-04-11 23:29 分类:问答Can we get the source code of Berkeley sockets API..
I mean the source code of sendto, recv, listen... I mean ho开发者_如何学Cw they internally work at the kernel level...?Of course you can get the kernel source code for the sockets API, simply download[详细]
2023-04-11 22:54 分类:问答C# Server and Java Client
I\'m trying to write a small client server program. The Server is in C#, and the client is in Java. Here are the codes:[详细]
2023-04-11 22:04 分类:问答Pipe between sockets
I\'ve got a C++ server that acts as a mirror. What gets in gets out to a different socket. Right now, it reads the socket into a buffer and writes it into the other socket. I want to improve the throu[详细]
2023-04-11 20:54 分类:问答Good C# bidirectional socket client implementation?
I cant find any good implementations in c# of a bidirectional socket client. An ideal implementation will try to connect the socket until it succeed. Then it will start receiveing messages and at the[详细]
2023-04-11 19:54 分类:问答Multi threaded socket based server - possible in php?
We have a bunch of cli cron style scripts that are coded in php. A few of these services use ftp to send data to remote locations.[详细]
2023-04-11 18:33 分类:问答Java Socket synchronization behavior
I tried to solve the problem in many ways but without success and I have also looked for information in this forum but with same results, so here we go.[详细]
2023-04-11 17:23 分类:问答Keeping socket connections in an Array and using them - Java
Is it possible to keep each incoming socket connection in an array and use each whenever we need in Java?[详细]
2023-04-11 15:13 分类:问答Configure socket ACK timeout?
Is there a way to configure the timeout in which a socket expects to receive an ACK for sent data before it decides that the connection has failed?[详细]
2023-04-11 14:43 分类:问答