P1sec / pysctp

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

"utf-8" decoding #20

Closed veyselserifoglu closed 6 years ago

veyselserifoglu commented 6 years ago

SCTP library is using "UTF-8" to decode the received massage from the socket. So what if I wanna use different decoding algorithm, is it possible to modify that within the hard coding of the library?

p1-bmu commented 6 years ago

This should have been solved after the last commits