|
@@ -39,21 +39,6 @@ buffer holding the DHCPv4 message. The arguments specify the source and
|
|
|
destination IPv4 addresses as well as the interface over which the buffer has
|
|
|
been received.
|
|
|
|
|
|
-% DHCP4_BUFFER_WAIT waiting for next DHCPv4 packet with timeout %1 ms
|
|
|
-This debug message is issued when the server enters the state when it
|
|
|
-waits for new packets. The argument specifies the timeout for the server
|
|
|
-to wait for the packet. When this time elapses the server will pass
|
|
|
-through its main loop to perform handling of any pending signals
|
|
|
-and timers. After that, it will enter the wait state again.
|
|
|
-
|
|
|
-% DHCP4_BUFFER_WAIT_INTERRUPTED interrupted wait for the next packet due to timeout, signal or external socket callback (timeout value is %1)
|
|
|
-This debug message is issued when the server interrupts waiting
|
|
|
-for reception of the next DHCPv6 message due to timeout, signal
|
|
|
-or reception of the data over socket other than used for DHCPv4
|
|
|
-message transmission. The server will now handle signals
|
|
|
-received and ready timers before waiting for next packets again.
|
|
|
-The argument specifies the timeout value in milliseconds.
|
|
|
-
|
|
|
% DHCP4_BUFFER_WAIT_SIGNAL signal received while waiting for next packet, next waiting signal is %1
|
|
|
This debug message is issued when the server was waiting for the
|
|
|
packet, but the wait has been interrupted by the signal received
|