setsockopt / getsockopt
Posted: Mon Dec 17, 2007 5:00 pm
i am in need of setting some socket options. specifically, i am interested in setting send and receive socket level buffer sizes. these numbers can affect network throughput performance significantly. i am writing some high performance network apps and the lack of socket option API is getting in the way. i could import shared library but i think perhaps newLISP needs these things in the socket API. that allows more portable way of setting options (winsock and BSD style )
any thoughts?
any thoughts?