mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
If miraclecat is GO, miracle-dhcp runs as server, it send out SERVER_ID option in little endian, causes non-GO peer connect to wrong IP address, so RTSP connection can't be established. In scenario like, say Android (GO) <-> miracalcast (non-GO), the DHCP service is provided by Android, in this case, the SERVER_ID is in expected byte order (big endian). |
||
|---|---|---|
| .. | ||
| client.c | ||
| CMakeLists.txt | ||
| common.c | ||
| common.h | ||
| dhcp.c | ||
| gdhcp.h | ||
| ipv4ll.c | ||
| ipv4ll.h | ||
| Makefile.am | ||
| server.c | ||
| unaligned.h | ||