Implement a small program that reads /proc/net/tcp every 10 seconds and outputs any new connections.
Go to file
Mike Holloway a46c855960 On branch timer
Changes to be committed:
	modified:   main.go
		Add call to timer
	new file:   timer/timer.go
		New 10 second timer
2021-06-25 00:20:30 -04:00
timer On branch timer 2021-06-25 00:20:30 -04:00
.gitignore On branch hexadecimal-and-fields 2021-06-24 22:26:52 -04:00
main On branch read-file-error-check 2021-06-17 01:50:06 -04:00
main.go On branch timer 2021-06-25 00:20:30 -04:00