P1sec / pysctp

SCTP stack for Python
http://www.p1sec.com
161 stars 67 forks source link

send_failed() notification causes an AttributeError exception #10

Closed rpersch closed 6 years ago

rpersch commented 11 years ago

The error occurs when the following conditions apply:

The offending code is in line 392 of sctp.py, in the init method of the send_failed class:

del values._info

which should read

del self._info
p1-bmu commented 6 years ago

patch applied