<div class="content" name="IPBOOTP_GLOBAL_CONFIG" uuid="4419f3c5-188e-4824-8006-39ad9b105b9d"><p>The <b>IPBOOTP_GLOBAL_CONFIG</b> structure is used to set or
retrieve global configuration for the IPBOOTP. This is used in the following
methods:</p><ul><li><p><span><span> 
</span></span><a href="071439e7-a9fd-40e4-91f7-ab756108e82f" data-linktype="relative-path"><b>RRouterInterfaceTransportSetGlobalInfo (section 3.1.4.10)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="14ad8d26-d7d7-48dd-914d-da962d5d7049" data-linktype="relative-path"><b>RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)</b></a><span>  </span></p>
<div><pre> typedef struct _IPBOOTP_GLOBAL_CONFIG {
   DWORD GC_LoggingLevel;
   DWORD GC_MaxRecvQueueSize;
   DWORD GC_ServerCount;
 } IPBOOTP_GLOBAL_CONFIG,
  *PIPBOOTP_GLOBAL_CONFIG;
</pre></div>
</li></ul><p><b>GC_LoggingLevel: </b>Specifies the logging level.
It MUST be one of the following values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>IPBOOTP_GLOBAL_CONFIG 0x00000000</td>
  <td>No Logging is done.</td>
 </tr><tr>
  <td>IPBOOTP_LOGGING_ERROR 0x00000001</td>
  <td>Only errors are logged.</td>
 </tr><tr>
  <td>IPBOOTP_LOGGING_WARN 0x00000002</td>
  <td>Errors and warnings are logged.</td>
 </tr><tr>
  <td>IPBOOTP_LOGGING_INFO 0x00000003</td>
  <td>Errors, warnings, and information are logged.</td>
 </tr></tbody></table>
</dd></dl><p><b>GC_MaxRecvQueueSize: </b>Specifies the maximum
size in bytes of messages in the receive queue while processing.</p><p><b>GC_ServerCount: </b>The number of BOOTP server IP
addresses.</p></div>