On 03/17/2016 02:58 PM, Li Zhijian wrote: >>> >>> + } else { >>> + error_report("%s, serious error: oversized packet >>> received," >>> + "connection terminated.", __func__); >> >> The connection was not terminated actually. And since the warning is >> unique, __func__ is probably not necessary. > > this warning message is copy from net_socket_send(), So i add __func__ to > distinguish them. >
I see. > So "redirector serious error: oversized packet received" is enough. Right. Thanks