Skip to content

Commit b98bc99

Browse files
committed
copy past bug fix
1 parent 47f7e9d commit b98bc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy/supersocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def recv_raw(self, x=MTU):
205205
"""
206206
return conf.raw_layer, self.ins.recv(x), None
207207

208-
def recv(self, x=MTU, **kwargs):
208+
def recv(self, x=MTU, **kwargs):
209209
# type: (int, **Any) -> Optional[Packet]
210210
"""Receive a Packet according to the `basecls` of this socket
211211

0 commit comments

Comments
 (0)