markdown

The implementation of SDN controller for data center.

All switches are connected with each other
```Go
func fixed_shooting(msg_chan chan string) {
for {
msg_chan <- "fixed shooting"
fmt.Println("continue fixed shooting...")
}
}
```

posted @ 2018-09-21 11:32  zhaodonglin  Views(95)  Comments(0)    收藏  举报