240 发简信
IP属地:江苏
  • Use TCP_QUICKACK and SO_LINGER to eliminate the 3rd packet in tcp handshake

    Find an insterest project, to remove last packet in 3-way tcp handshake,...

  • haskell笔记(2) - funtions

    pattern matching 如果模式匹配多个值,必须用括号括起来(if you want to bind to several varia...

  • haskell笔记(1)- data type

    data 定义 we can use the same name for data type and value constructor, ...