Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Mar 6, 2024
1 parent 992666f commit 41cb41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (m *PacketIOMgr) createPort(msg *fwdpb.HostPortControlMessage) error {
func (m *PacketIOMgr) queueRead(id uint64, done chan struct{}) {
p := m.hostifs[id]
go func() {
buf := make([]byte, 9100)
buf := make([]byte, 9100) // TODO: Configurable MTU.
for {
select {
case <-done:
Expand Down

0 comments on commit 41cb41c

Please sign in to comment.