markdown2

The implementation of SDN controller for data center.

All switches are connected with each other

func fixed_shooting(msg_chan chan string) {
	for {
		msg_chan <- "fixed shooting"
		fmt.Println("continue fixed shooting...")
	}
}
posted @ 2018-09-21 11:36  zhaodonglin  Views(75)  Comments(0)    收藏  举报