[Ilugc] internet speed issues with ubuntu

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Tue Jan 9 15:33:55 2007

On 09/01/07, Girish Venkatachalam <girishvenkatachalam@xxxxxxxxx> wrote:

-    size_t sz = sizeof sb;
+    socklen_t sz = sizeof sb;

Nonsense. Don't talk about things you know nothing about. The C
standard -mandates- that the sizeof operator return an object of type
size_t.

Binand

Other related posts: