Top "Inet" questions

INET Framework for OMNeT++ to simulate network communications.

Perl: How to get IO::Socket::INET timeout after X seconds?

I'm trying to connect to some host, using invalid port, and i want to get timeout after X seconds. How …

perl sockets networking inet
Converting IP Address input by using inet_ntop() & inet_pton() (C PROGRAMMING)

i'm trying to convert an IP address that's inputted by a user so that I can perform some bitwise operations …

c sockets inet
What does InetAddress.isSiteLocalAddress() actually mean?

Here is some code to determine the local host name that is supposed to work on a multi-homed box: /** * Work …

java network-programming inet
How do I use MaxMind's GeoIP database to determine location?

So, I was told in my previous question that I can use the databases provided by MaxMind to determine locations. …

java geolocation location inet
How to use LIKE on inet field in Postgres

I need to perform the following query: SELECT * FROM users WHERE ip LIKE '88.99.%'; The problem is that the …

postgresql sql-like inet
get data from the internet

I need to get the data from a secure URL (https) with a userid and password. How can I implement …

powerbuilder inet
Inet Socket and Socket?

Can anybody tell me the difference between a INET Socket and any other socket? Is there a C# library that …

c# sockets inet