测试
This commit is contained in:
parent
1ab81a01e2
commit
0de32b908f
1
tap.go
1
tap.go
@ -162,6 +162,7 @@ func (nc *NetCard) runWrite() {
|
|||||||
var ifce *water.Interface = nc.ifce
|
var ifce *water.Interface = nc.ifce
|
||||||
|
|
||||||
for wframes := range nc.FrameChan {
|
for wframes := range nc.FrameChan {
|
||||||
|
log.Printf("get wframes %d", len(wframes))
|
||||||
for _, wframe := range wframes {
|
for _, wframe := range wframes {
|
||||||
_, err := ifce.Write(wframe)
|
_, err := ifce.Write(wframe)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user