Mercurial > hg > Database > Christie-sharp
diff daemon/Config.cs @ 30:96fc5e71274e
Run HelloWorld
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 06 Apr 2021 22:02:23 +0900 |
parents | |
children | 960fc3820613 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/daemon/Config.cs Tue Apr 06 22:02:23 2021 +0900 @@ -0,0 +1,8 @@ +namespace Christie_net.daemon { +public class Config { + public int localPort = 10000; + public string logFile = null; + public string MCSTADDR = "224.0.0.1"; + +} +} \ No newline at end of file