sockaddr_in {
	sin_family int16
	sin_port int16
	sin_addr int64
	sin_zero int64
}

timespec {
	seconds int64
	nanoseconds int64
}