sipgo
sipgo copied to clipboard
Define a maximum message size and avoid useless parsing
TCP/UDP could be larger message size which may lead lot of bad parsing and therefore processing
Original comment suggestion https://github.com/emiago/sipgo/pull/36#issuecomment-1688888984
TCP/WS now has default stream parsing.
problem is multiple small messages that can still be in single flight. This still is good for security to define.