diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 20:52:35 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 20:52:35 +0000 |
| commit | 46439007cf417cbd9ac8049bb4122c890097a0fa (patch) | |
| tree | 6fdb25e5f3a2b6d5657eb23b35774b631d4d97e4 /lib/ndb/inferno | |
| parent | 37da2899f40661e3e9631e497da8dc59b971cbd0 (diff) | |
20060303-partial
Diffstat (limited to 'lib/ndb/inferno')
| -rw-r--r-- | lib/ndb/inferno | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/ndb/inferno b/lib/ndb/inferno new file mode 100644 index 00000000..4e81d91e --- /dev/null +++ b/lib/ndb/inferno @@ -0,0 +1,21 @@ +# +# inferno port assignment +# + +tcp=infgamelogin port=6660 # inferno games login service +tcp=styx port=6666 # main file service +tcp=mpeg port=6667 # mpeg stream +tcp=rstyx port=6668 # remote invocation +tcp=infdb port=6669 # database server +tcp=infweb port=6670 # inferno web server +tcp=infsigner port=6671 # inferno signing services +tcp=infcsigner port=6672 # inferno countersigner +tcp=inflogin port=6673 # inferno credential service +tcp=infsds port=6674 # software download +tcp=registry port=6675 # default registry +tcp=internalreg port=6676 # cpupool registry +tcp=infkey port=6677 # key-changing service +tcp=infsched port=6678 # grid scheduler + +udp=virgil port=2202 # naming service +udp=gossip port=2666 # gossip protocol |
