Skip to content

Instantly share code, notes, and snippets.

@escrichov
escrichov / keybase.md
Last active March 23, 2018 08:12
keybase

Keybase proof

I hereby claim:

  • I am escrichov on github.
  • I am escrichov (https://keybase.io/escrichov) on keybase.
  • I have a public key ASBwsd3P-KfpAEdqvWFt9Cc6VSM57ViCEjM9rUr8lRqgSAo

To claim this, I am signing this object:

@escrichov
escrichov / client.go
Created March 1, 2016 16:22
Basic UDP Server and Client
package main
import (
"flag"
"log"
"net"
"time"
)
var serverAddress *string = flag.String("s", "127.0.0.1:9000", "server address")