1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00
miraclecast/src/dhcp
Derek Dai 2a3796cfe9
fix byte order of DHCP_SERVER_ID option
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).
2017-02-13 13:12:48 +08:00
..
client.c dhcp: sync with gdhcp 2014-08-13 08:45:15 +02:00
CMakeLists.txt fix cmake compilation 2015-04-11 23:11:52 +02:00
common.c dhcp: sync with gdhcp 2014-08-13 08:45:15 +02:00
common.h Move gdhcp and miracle-dhcp to ./src/dhcp/ 2014-02-18 14:04:51 +01:00
dhcp.c Version 1.0 2016-01-24 20:54:40 +01:00
gdhcp.h dhcp: sync with gdhcp 2014-08-13 08:45:15 +02:00
ipv4ll.c dhcp: sync with gdhcp 2014-08-13 08:45:15 +02:00
ipv4ll.h Move gdhcp and miracle-dhcp to ./src/dhcp/ 2014-02-18 14:04:51 +01:00
Makefile.am split monolithic Makefile.am to follow autotools standards 2015-03-08 22:16:57 +01:00
server.c fix byte order of DHCP_SERVER_ID option 2017-02-13 13:12:48 +08:00
unaligned.h Move gdhcp and miracle-dhcp to ./src/dhcp/ 2014-02-18 14:04:51 +01:00