jdk/src/solaris/lib/sdp/sdp.conf.template
author zgu
Tue, 16 Aug 2011 09:18:47 -0400
changeset 10248 62296fcbd7cb
parent 2446 07047237e4d4
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2446
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     1
#
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     2
# Configuration file to enable InfiniBand Sockets Direct Protocol.
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     3
#
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     4
# Each line that does not start with a comment (#) is a rule to indicate when
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     5
# the SDP transport protocol should be used. The format of a rule is as follows:
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     6
#   ("bind"|"connect") 1*LWSP-char (hostname|ipaddress["/"prefix]) 1*LWSP-char ("*"|port)["-"("*"|port)]
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     7
#
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     8
# A "bind" rule indicates that the SDP protocol transport should be used when
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
     9
# a TCP socket binds to an address/port that matches the rule. A "connect" rule
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    10
# indicates that the SDP protocol transport should be used when an unbound
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    11
# TCP socket attempts to connect to an address/port that matches the rule.
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    12
# Addresses may be specified as hostnames or literal Internet Protocol (IP)
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    13
# addresses. When a literal IP address is used then a prefix length may be used
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    14
# to indicate the number of bits for matching (useful when a block of addresses
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    15
# or subnet is allocated to the InfiniBand fabric). 
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    16
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    17
# Use SDP for all sockets that bind to specific local addresses
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    18
#bind    192.168.1.1    *
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    19
#bind    fe80::21b:24ff:fe3d:7896    *
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    20
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    21
# Use SDP for all sockets that bind to the wildcard address in a port range
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    22
#bind    0.0.0.0    5000-5999
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    23
#bind    ::0        5000-5999
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    24
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    25
# Use SDP when connecting to all application services on 192.168.1.*
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    26
#connect 192.168.1.0/24       1024-*
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    27
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    28
# Use SDP when connecting to the http server or MySQL database on hpccluster.
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    29
#connect hpccluster.foo.com   80
07047237e4d4 4890703: Support SDP (sol)
alanb
parents:
diff changeset
    30
#connect hpccluster.foo.com   3306