networking - How can i set the incoming buffer size for datagram packets in Emacs Lisp? -



networking - How can i set the incoming buffer size for datagram packets in Emacs Lisp? -

i'm writing simple networking application in elisp uses make-network-process open listening socket. i'm listening udp (sock_dgram) packets, , using wireshark can see on network packets 199 bytes long. however, process filter in emacs returns string 195 bytes long! there buffer size need set somewhere?

my crystal ball suggesting think 195 bytes 195 chars represented 199 bytes on wire because of dos-style cr/lf line-ends or utf-8 encoding or that.

networking emacs elisp

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -