Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keyou committed Jul 19, 2020
1 parent 1115307 commit 9d5af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PeerDesk/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace PeerDesk
{
public partial class MainWindow : Form
{
private const String host_ = "10.23.12.166";//"192.168.147.129";//
private const String host_ = "127.0.0.1";
private const int port_ = 13334;
private const int screen_width_ = 1920;
private const int screen_height_ = 1080;
Expand Down

0 comments on commit 9d5af79

Please sign in to comment.