Example #1
0
// enet_host_flush
func (host *Host) Flush() {
	C.enet_host_flush(host.host)
}
Example #2
0
File: host.go Project: boj/goenet
func (h *ENetHost) Flush() {
	C.enet_host_flush((*C.ENetHost)(h))
}