Mercurial > hg > Database > Christie-sharp
view daemon/Config.cs @ 34:1236da135f79
update
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 27 Apr 2021 22:57:14 +0900 |
parents | 96fc5e71274e |
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"; } }