|
|
@ -273,7 +273,7 @@ func StatsCommandVA(t *icsnet.IcsTCPNet, bufend string) {
|
|
|
|
|
|
|
|
|
|
|
|
l.Printf(icslog.LOG_LEVEL_INFO, -1, "Connected from - %s", t.RemoteAddr())
|
|
|
|
l.Printf(icslog.LOG_LEVEL_INFO, -1, "Connected from - %s", t.RemoteAddr())
|
|
|
|
|
|
|
|
|
|
|
|
// for {
|
|
|
|
for {
|
|
|
|
statReads, rlen, rerr := t.ReadS(10137, bufend) // 여기서 전체 몇 byte씩 읽어서 로그를 찍을건지 알아야함
|
|
|
|
statReads, rlen, rerr := t.ReadS(10137, bufend) // 여기서 전체 몇 byte씩 읽어서 로그를 찍을건지 알아야함
|
|
|
|
if rerr != nil {
|
|
|
|
if rerr != nil {
|
|
|
|
if rerr.GetError() != io.EOF {
|
|
|
|
if rerr.GetError() != io.EOF {
|
|
|
@ -350,7 +350,7 @@ func StatsCommandVA(t *icsnet.IcsTCPNet, bufend string) {
|
|
|
|
fmt.Printf("stats- %s \n", statInfos.SttText)
|
|
|
|
fmt.Printf("stats- %s \n", statInfos.SttText)
|
|
|
|
fmt.Printf("stats- %s \n", statInfos.TtsText)
|
|
|
|
fmt.Printf("stats- %s \n", statInfos.TtsText)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (statInfos *StatInfos) ChangeByteToString(statInfo []byte) *icserror.IcsError {
|
|
|
|
func (statInfos *StatInfos) ChangeByteToString(statInfo []byte) *icserror.IcsError {
|
|
|
|