Skip to content

Commit bede889

Browse files
committed
delete comment
1 parent aed1116 commit bede889

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

arp.go

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func arpInput(netdev *netDevice, packet []byte) error {
100100

101101
/*
102102
ARPテーブルにエントリの追加と更新
103-
Todo: C++わからないから配列に入れてるけどあってる??
104103
https://github.com/kametan0730/interface_2022_11/blob/master/chapter2/arp.cpp#L23
105104
*/
106105
func addArpTableEntry(netdev *netDevice, ipaddr uint32, macaddr [6]uint8) {

checksum/packet.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package main

0 commit comments

Comments
 (0)