是否处理接受到的特殊换行符, 默认为 true
true
若为 true, 会将收到的 CRLF(\r\n) 和 CR(\r) 替换为 LF(\n)
CRLF(\r\n)
CR(\r)
LF(\n)
若为 false, 则不做处理
false
2.4