mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-14 03:25:45 -07:00
up the max hyprctl port
This commit is contained in:
@@ -98,7 +98,7 @@ void HyprCtl::startHyprCtlSocket() {
|
|||||||
|
|
||||||
bool bound = false;
|
bool bound = false;
|
||||||
|
|
||||||
while (port++ < 9200) {
|
while (port++ < 9999) {
|
||||||
if (bind(SOCKET, (sockaddr*)&SERVERADDRESS, sizeof(SERVERADDRESS)) >= 0) {
|
if (bind(SOCKET, (sockaddr*)&SERVERADDRESS, sizeof(SERVERADDRESS)) >= 0) {
|
||||||
bound = true;
|
bound = true;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user