Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Is there a way to fin开发者_如何学Pythond mapping between MAC address to IP address in C#. i think RARP should be able to do that, is there an API available in C# for thatWhy not spawn a process to in
What\'s the simple开发者_开发百科st way to check if anything is listening on net.tcp://localhost:8801/
I\'m not extremely familiar with IBM MQSeries, but I am writing c# scripts which write and read files from my queue server. The problem is my read works but my write doesn\'t. Please notice that I am
I\'m using Perl 5.8.8 and trying to determine if Perl automatically and consistently restarts the readline function ( better known as <> ) if it\'s interrupted by a signal.
I am running a Linux box running 2.6.9-55.ELsmp, x86_64. I am trying to set the TCP receive window by using the setsockopt() function using C. I try the following:
In the man page for the system call write(2) - ssize_t write(int fd, const void *buf, size_t count);
is it possible to send multiple tcp or udp packets on a single ip packet? are there any specifications in the protocol that do not allow this.
I am trying to decode data received over a tcp conne开发者_运维问答ction. The packets are small, no more than 100 bytes. However when there is a lot of them I receive some of the the packets joined to
Can\'t find any gem or class which can help to made a non-blocking/multit开发者_JAVA百科hread server.