新TAP测试(TODO 解析arp)

This commit is contained in:
黄思敏 2022-09-01 11:45:50 +08:00
parent b358c2ec56
commit b9dedde845

View File

@ -179,7 +179,7 @@ func (nt *NetTunnel) Run() {
}
func (nt *NetTunnel) SendFrames(stream gen.FrameService_SendFramesServer) error {
log.Printf("Start: %v", stream.Context())
log.Printf("Start: SendFrames")
nt.shutdown.Loop(func(index int, ps *perfectshutdown.PerfectShutdown) {
request, err := stream.Recv()