s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / nbtclientsocketaddress.xml
blob7ef05a2c99bace5a37acf21f1e05850541551518
1 <samba:parameter name="nbt client socket address"
2                  context="G"
3                          type="string"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <synonym>socket address</synonym>
7 <description>
8         <para>This option allows you to control what address Samba
9         will send NBT client packets from, and process replies using,
10         including in nmbd. </para>
11         <para>Setting this option should never be necessary on usual Samba
12         servers running only one nmbd.</para>
14         <para>By default Samba will send UDP packets from the OS default address for the destination, and accept replies on 0.0.0.0.</para>
15         <para>This parameter is deprecated.  See <smbconfoption name="bind interfaces only">Yes</smbconfoption> and <smbconfoption name="interfaces"></smbconfoption> for the previous behaviour of controlling the normal listening sockets.</para>
16 </description>
18 <value type="default">0.0.0.0</value>
19 <value type="example">192.168.2.20</value>
20 </samba:parameter>