Meta
-
Recent Comments
-
Recent Posts
Tags
administrative aspects announcement ARQ Assignment Assignments autonomous systems BGP botnet circuit switching congestion control connect delay DHT DNS email Ethernet Final exam gethostbyname gethostname getsockname Go-back-N Hubs Internet checksum Internet topology Kaminski bug lecture Lectures Midterm multiplexing net neutrality Network Programming NQH's implementation P2P packet switching Peering programming Projects Recitation Routing protocols security selective repeat smtp TCP udp welcomeArchives
Blogroll
History and philosophy
IPv6
Major networking organizations
Network Programming
Similar courses & introductory materials
System Programming
- GNU Make Manual
- IA32 Intel Architecture Software Developer's Manual, Volume 1: Basic Architecture
- IA32 Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference Manual
- IA32 Intel Architecture Software Developer's Manual, Volume 3: System Programming Guide
- Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification
- Using as, the GNU Assembler
Tag Archives: Recitation
Recitation Notes
You can use the bendecoder provided by calling the be_decode function as mentioned in the Dr. Ngo’s post. This will return a pointer to a be_node. You can lookup the bencode.h file for the implementation of this structure. Note that … Continue reading
Announcements
Assignment1: Available for pick up next week during office hours and recitations. Project1: If you and your partner have submitted individual copies of the same project, please send Anand and Aditya an email with your UBIT names.
Recitation Week 4
Slides on Multi Threading Recitation slides from week 4
Recitation Week 3
Remember that you can use either the robust read functions throughout or just the readn – do NOT mix them. The robust versions are in the robust_io.c in the MT project, the standard readn is available in network_util.c, which is … Continue reading
Recitation week 2
The slides used for this recitation can be found here http://www.cs.umd.edu/~srhuang/teaching/cmsc212/gdb-tutorial-handout.pdf GDB quick reference card http://users.ece.utexas.edu/~adnan/gdb-refcard.pdf Information on DDD http://www.gnu.org/software/ddd/
Recitation Week 1
The slides from last week’s recitation are attached with this post. You can also find them on my website: www.cse.buffalo.edu/~aswagh Recitation Slides