Skip to content

Clarify proxy port vs. non-proxy port + show the non-proxy port to the user#2690

Open
dxapd wants to merge 1 commit into
google:mainfrom
dxapd:op-port-on-create
Open

Clarify proxy port vs. non-proxy port + show the non-proxy port to the user#2690
dxapd wants to merge 1 commit into
google:mainfrom
dxapd:op-port-on-create

Conversation

@dxapd

@dxapd dxapd commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

It seemed as though the naming was conflating the proxy port with the actual operator port, so I renamed the proxy port to suit what it actually was. Also changed streamer.cpp to show the non-proxy port to the user instead of the proxy port.

@dxapd dxapd requested review from Databean and jemoreira June 10, 2026 22:17
@dxapd dxapd added the kokoro:run Run e2e tests. label Jun 10, 2026
@dxapd dxapd force-pushed the op-port-on-create branch from 0c3468f to 53b3aa7 Compare June 10, 2026 22:17
@dxapd dxapd marked this pull request as ready for review June 10, 2026 22:17
@dxapd dxapd added kokoro:run Run e2e tests. and removed kokoro:run Run e2e tests. labels Jun 10, 2026
@GoogleCuttlefishTesterBot GoogleCuttlefishTesterBot removed the kokoro:run Run e2e tests. label Jun 10, 2026
Comment on lines +194 to +197
// The port for the signaling (operator) server.
void set_sig_server_port(int port);
int sig_server_port() const;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a constant, it doesn't need to be in the config.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it, I'll remove this config declaration. if I want to avoid hardcoding "1443" in the string in streamer.cpp, where should i declare the constant? i don't believe i saw this constant defined anywhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants