Search:

Type: Posts; User: gratuitous_arp

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    8,530

    The print statement will not print a message to...

    The print statement will not print a message to your printer, it will print to your monitor. The answer the program comes up with needs to be printed (to your monitor) or you will never see the...
  2. Replies
    9
    Views
    2,279

    Very neat. Passing comment, it would be nice if...

    Very neat. Passing comment, it would be nice if one could search by Family (or class, order, etc...), so if I were looking for ants I could search for Formicidae rather than searching by common name....
  3. Replies
    21
    Views
    3,069

    The D-Link may or may not. If it's supported, the...

    The D-Link may or may not. If it's supported, the web configuration utility should show a firewall or filter section and you should be able to add rules for IPv6, so I would suggest poking around in...
  4. Replies
    21
    Views
    3,069

    Quite right -- several address scopes are...

    Quite right -- several address scopes are reserved for non global use, like the link-local addresses mentioned above.



    This is a requirement that is best solved outside of your software. The...
  5. Replies
    21
    Views
    3,069

    To add to a few of the answers already given: ...

    To add to a few of the answers already given:

    2) How will home networking routers and WIFI handle IPv6?

    Routing IPv6 over the Internet is the same as routing IPv4 over a private network with...
  6. Using values from derived class in base class

    I have multiple classes derived from a single base class, and each derived class uses an identical computation function -- except for one variable that is dependent on the derived class. It would be...
  7. Replies
    3
    Views
    1,953

    I've used a wrapper function around mutex locking...

    I've used a wrapper function around mutex locking and unlocking calls for this purpose, basically passing the thread ID and mutex address as arguments to the wrapper, and having the wrapper keep a...
Results 1 to 7 of 7