mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Prefer fixed local Port for Discovery
This commit is contained in:
parent
a0c3768edb
commit
9ab84e6054
3 changed files with 39 additions and 16 deletions
|
@ -25,6 +25,8 @@ extern "C" {
|
|||
#define CHIAKI_DISCOVERY_PROTOCOL_VERSION_PS4 "00020020"
|
||||
#define CHIAKI_DISCOVERY_PORT_PS5 9302
|
||||
#define CHIAKI_DISCOVERY_PROTOCOL_VERSION_PS5 "00030010"
|
||||
#define CHIAKI_DISCOVERY_PORT_LOCAL_MIN 9303
|
||||
#define CHIAKI_DISCOVERY_PORT_LOCAL_MAX 9319
|
||||
|
||||
typedef enum chiaki_discovery_cmd_t
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue