ipv6
IPv6: connect() always fail with errno 22
The OS is Ubuntu. I\'m doing a simple test for basic IPv6 operations. The PC is connected with an IP Camera (support IPv6) via a hub.[详细]
2023-03-21 23:48 分类:问答What should "length" be for this MySQL tinyblob key?
For a table I\'m creating that include IP ranges, I need to store two 128-bit (16-byte) int values in a MySQL record.Since MySQL only supports up to 8-byte ints, I\'ve found that I need to use a binar[详细]
2023-03-20 23:39 分类:问答IPv6: what is the purpose of ff00::/8 multicast routes? [closed]
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.[详细]
2023-03-18 08:00 分类:问答About the ip check with ipv4 and ipv6
I have a ip check in my source use csharp. And now, I must to think about the check rule about theipv4 and ipv6.[详细]
2023-03-18 01:52 分类:问答Checking the address family in socket programming
what will be the output of the following code : char peer_ip[16]; inet_pton(AF_INET,\"127.0.0.1\",peer_ip);[详细]
2023-03-16 11:51 分类:问答Oracle PL/SQL versions of INET6_ATON and NTOA functions?
Any have any good code for converting a IPv6 address string into an integer?Converting IPv4 seems to be fairly easy, with the one format.However, IPv6 has several different formats to show an address:[详细]
2023-03-15 10:05 分类:问答Explain the instance properties of System.Net.IPAddress
I\'m having a little trouble understanding the System.Net.IPAddress class, because I don\'t know where to look for a definition of what some of the properties are referring to.Specifically, what are:[详细]
2023-03-14 20:07 分类:问答Knowing the family with Socket Descriptor
I have the socket descriptor which is the return value of socket API. How can I use only this to know the fa开发者_如何学编程mily?You can call getsockname, but only after the socket is bound.(Windows-[详细]
2023-03-14 13:59 分类:问答enumerating ipv4 and ipv6 address of my cards using boost asio
I am trying to enumerate ipv4 and ipv6 addresses of all the network cards(I have 2 cards) my pc. I am using the following code to do that.[详细]
2023-03-12 17:04 分类:问答IPv6 socket creation
I am implementing dual stack mode to support IPv4 and IPv6. If I am creating a IPv6 socket and listenin开发者_开发问答g on it, will it accept the connection from IPv4 socket also ??Yes, unless the ope[详细]
2023-03-12 15:02 分类:问答