Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LightKone
go-ping
Commits
ad2f544f
Commit
ad2f544f
authored
Aug 30, 2018
by
Maciek Szczesniak
Committed by
Cameron Sparr
Aug 30, 2018
Browse files
Removed duplicated fields in struct (#27)
parent
d046b245
Changes
1
Hide whitespace changes
Inline
Side-by-side
ping.go
View file @
ad2f544f
...
...
@@ -93,9 +93,6 @@ func NewPinger(addr string) (*Pinger, error) {
id
:
rand
.
Intn
(
0xffff
),
network
:
"udp"
,
ipv4
:
ipv4
,
size
:
timeSliceLength
,
network
:
"udp"
,
ipv4
:
ipv4
,
Size
:
timeSliceLength
,
done
:
make
(
chan
bool
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment