2004 Guangzhou International Women's Open

The 2004 Guangzhou International Women's Open was a tennis tournament played on outdoor hard courts. It was the inaugural edition of the Guangzhou International Women's Open, and was a Tier III event on the 2004 WTA Tour. It was held in Guangzhou, People's Republic of China, from late September through early October, 2004. Total prize money for the tournament was $170,000.[1][2]

2004 Guangzhou International Women's Open
DateSeptember 27 – October 3
Edition1st
Champions
Singles
Li Na
Doubles
Li Ting / Sun Tiantian

Finals results

Singles

Li Na def. Martina Suchá, 6–3, 6–4

Doubles

Li Ting / Sun Tiantian def. Yang Shu-jing / Yu Ying, 6–4, 6–1

gollark: A link-local one.
gollark: As I said, it should be a multicast address.
gollark: It's on my laptop, which isn't currently on WiFi or anything, so yes.
gollark: ```rust let multicast_addr: Ipv6Addr = "ff02::aeae".parse().unwrap(); let socket = Socket::new(Domain::ipv6(), Type::dgram(), Some(Protocol::udp()))?; socket.set_only_v6(true)?; socket.set_multicast_loop_v6(false)?; socket.join_multicast_v6(&multicast_addr, 0).with_context(|| "join multicast failed")?; socket.bind(&SocketAddr::from((Ipv6Addr::UNSPECIFIED, PORT)).into())?;```
gollark: It's likely that my code is just setting up the socket wrong somehow, since I mostly just used the multicast-looking things in the docs and rearranged the calls until it stopped saying stupid things like "OS error 22".

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.