Mercurial > hg > Database > Christie-sharp
view 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 source
namespace Christie_net.daemon { public class Config { public int localPort = 10000; public string logFile = null; public string MCSTADDR = "224.0.0.1"; } }