summaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10 from vcabbage/replace-syscallCodey Oxley2016-11-071-155/+91
|\ | | | | Replace syscalls with x/net/{icmp,ipv4,ipv6}
| * Re-add comments regarding TCPReciever rx buffer sizingKale Blankenship2016-11-071-1/+2
| |
| * Replace syscalls with x/net/{icmp,ipv4,ipv6}Kale Blankenship2016-11-071-156/+91
| | | | | | | | | | | | | | | | | | | | Additionally, the receive buffer sizes were increased. Windows throws and error if the buffer is not large enough to fit the entire packet. As I was adding the srcAddr params to `TCPReceiver` and `ICMPReceiver` I took the liberty to change instance of `*net.IP` to `net.IP`. `net.IP` is defined as a `[]byte`, since slices are themselves pointers having a pointer to a slice isn't particularly useful.
* | Go fmtcoxley2016-11-071-2/+2
| |
* | Sends note about source IP being used to stderrcoxley2016-11-071-0/+1
|/
* Merge pull request #11 from vcabbage/linklocalCodey Oxley2016-11-071-1/+1
|\ | | | | Prevent attempting to use a link local address
| * Prevent attempting to use a link local addressKale Blankenship2016-10-191-1/+1
| |
* | Suppress logtostdout message when logtostdout is trueKale Blankenship2016-10-191-1/+3
|/
* Changes to be committed:d3justi2016-10-171-1/+1
| | | | modified: main.go - Changed question mark in Resolver to use IP address on DNS failure
* Printing permissions error conditionallyinsomniac2016-03-201-1/+4
|
* fix nil pointer dereference in resolveNameJürgen Thomann2016-03-201-1/+4
|
* fix comments to use consistent capitalizationNathan Owens2016-02-241-3/+3
|
* Merge branch 'formatting'Nathan Owens2016-02-221-97/+77
|\
| * change capitalizationNathan Owens2016-02-221-1/+1
| |
| * add helpful error messageNathan Owens2016-02-091-10/+10
| |
| * formatting changes, remove gomaxprocs(its default now), cleanup verbose ↵Nathan Owens2016-02-091-89/+69
| | | | | | | | declarations
* | Printing error if no target is specifiedAndrea Barberio2016-02-101-0/+4
|/
* adding project to githubAijay Adams2016-02-051-0/+789