Commit f55669f
committed
Update DHCP flag when sending poll reply
Move DHCP status handling out of ArtNetNode::Start() into SendPollReply(). The code now clears and sets the Status2::kIpDhcp/kIpManualy bit just before sending each poll reply, ensuring the DHCP indicator is evaluated per-reply rather than only at startup. Removed the previous DHCP update in Start() to avoid stale status.1 parent b4034ca commit f55669f
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
253 | 256 | | |
254 | 257 | | |
255 | 258 | | |
| |||
0 commit comments