networking
Get programmatically driver name of an interface
Is there a wayprogrammatically driver name of interface, e开发者_如何学编程xcept of parsing output of \"ethtool -i interface_name\"?[详细]
2023-04-10 18:03 分类:问答Broadcasting ip:port by socket server
I\'m trying to find a way for client to know socket server ip:port, without explicitly defining it. Generally I have a socket server running on portable device that\'s connect to network over DHCP (vi[详细]
2023-04-10 16:54 分类:问答Network communication options in Java (Client/Server)
There is RMI, which I understand to be relatively fragile, direct Socket connections, which is rather low level, and Strings, which while about as solid as it gets seems to be the metapho开发者_如何学[详细]
2023-04-10 08:17 分类:问答Can I reuse a TCP connection?
I\'m connecting to a website and retrieving HTTP data by sending i开发者_如何学Pythont a GET request. And I have to connect to the same site twice to retrieve two different pages. I\'m new to network[详细]
2023-04-10 07:39 分类:问答Can I override the Host header where using java's HttpUrlConnection class?
I\'m using the following code to open a http connection in java: UR开发者_如何学编程L url = new URL(\"http://stackoverflow.com\");[详细]
2023-04-10 07:19 分类:问答Network traffic isolation behavior of network switches
First-timer on Stack Overflow here. I\'m surprised nobody seems to have as开发者_StackOverflow中文版ked this question, and I hope this is the right place to ask this. I\'m trying to determine if I sho[详细]
2023-04-10 06:48 分类:问答How to check if a given ip address is reachable in C program
I need a C program that will check whether开发者_如何学Python a user given ip address(both ipv4 and ipv6) is reachable or not. I do not know the port no. So I cant connect and check. The functionality[详细]
2023-04-10 06:25 分类:问答How to solve "Device 0 (vif) could not be connected. Hotplug scripts not working."?
When starting a virtual machine, xm shows: Device 0 (vif) could not be connected. Hotplug scripts not working.[详细]
2023-04-10 05:29 分类:问答Concurrent networking in Scala
I have a working prototype of a concurrent Scala program using Actors. I am now trying to fine tune the number of different Actors, etc..[详细]
2023-04-10 03:50 分类:问答simple explanations for macsec and ipsec
I need to implement IPSEC and MACSEC transformations on ethernet packets (i.e. I don\'t need to deal with setting up parameters, security associations, or key exchange issues, just do the transformati[详细]
2023-04-10 00:31 分类:问答