patch-FAQ 1.0 KB

123456789101112131415161718192021
  1. $OpenBSD: patch-FAQ,v 1.2 2009/02/14 09:41:35 jasper Exp $
  2. --- FAQ.orig Fri Mar 9 00:55:02 2001
  3. +++ FAQ Sat Feb 14 10:40:49 2009
  4. @@ -42,6 +42,16 @@ A: Find the people who run the server you want to lin
  5. with them. If both parties agree you exchange a password and follow
  6. the directions in the README for linking up.
  7. +Q: What is a metaserver? Do I need to run one?
  8. +A: A metaserver is a small server that attempts to provide load balancing
  9. + to a cluster of linked OpenNap servers. You give it a list of all the
  10. + servers in your cluster, and it will cycle through the list each time
  11. + a connection is made. Originally, the Napster client would connect to
  12. + the metaserver to find out which Napster server to connect to.
  13. + However, most clients these days just have support for a list of
  14. + servers to connect directly to, totally ignoring the metaserver.
  15. + Hence, running a metaserver is NOT required.
  16. +
  17. * Configuration - Win32
  18. Q: How do I get more than 256 connections under Windows?