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
Post a Comment