Skip to content

Commit 33d1065

Browse files
nbrownusJackDoan
andauthored
Update udp/udp_linux.go
Co-authored-by: Jack Doan <me@jackdoan.com>
1 parent e102385 commit 33d1065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

udp/udp_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (u *StdConn) ListenOut(r EncReader) error {
167167
msgs, buffers, names := u.PrepareRawMessages(u.batch)
168168
read := u.recvmmsg
169169
if u.batch == 1 {
170-
read = u.recvmsg // recvmmsg needs Linux 2.6.33+
170+
read = u.recvmsg
171171
}
172172

173173
for {

0 commit comments

Comments
 (0)