Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
26e0de67e15aebd22fd7ae6f68e0e941c1c6ec5c
rust/src/libstd/net.rs

8 lines
122 B
Rust
Raw Normal View History

convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-04 22:53:12 +01:00
//! Top-level module for network-related functionality
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library.
2011-08-15 16:54:02 -07:00
std: impl for net::tcp::connect
2012-04-30 21:59:20 -07:00
import tcp = net_tcp;
export tcp;
Add more std documentation
2011-10-26 16:24:31 -07:00
std: pushing existing code in net.rs -> net_ip.rs and re-import/exporting
2012-04-29 21:53:17 -07:00
import ip = net_ip;
std: first-pass at a tcp server API, with a basic (non-robust) test also whitespace cleanup .. for now, the test just spins up the server and listens for messages, echoing them back to an output port. there's a "kill" msg that it will listen for. need to point the tcp client and server test impls at each other for a loopback server/client test, like how its done in uv::ll once ipv6 parse/format lands, i can add another test using the entirely same codebase, but substituting an ip_addr ipv6 varient for the ipv4 varient used in the existing code still need some other plumbing to get the client/server tests to work together.
2012-05-05 09:30:56 -07:00
export ip;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 641ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API